Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3592931/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3592931,
    "uri": "https://api.kexp.org/v2/plays/3592931/?format=api",
    "airdate": "2025-12-19T04:07:53-08:00",
    "show": 65415,
    "show_uri": "https://api.kexp.org/v2/shows/65415/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Truth Is",
    "track_id": "fb81e738-647c-44ad-bf47-103eb8009196",
    "recording_id": "99ad810a-f41e-4bb3-ba7a-e2bde8a2cfc8",
    "artist": "Brother Ali",
    "artist_ids": [
        "e0b267df-9e16-4fd3-abb2-b47e61e7a2aa"
    ],
    "album": "The Undisputed Truth",
    "release_id": "f6384b51-c6ec-4798-8e28-4e97d9cb20b0",
    "release_group_id": "8276e148-8ecb-3891-988d-e963bd9dc562",
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "2007-04-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}