Information about plays

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

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

{
    "id": 3636878,
    "uri": "https://api.kexp.org/v2/plays/3636878/?format=api",
    "airdate": "2026-04-02T13:27:55-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come Get to This",
    "track_id": null,
    "recording_id": "736fd3c5-9a19-4c2e-b104-b682a6762180",
    "artist": "Nancy Wilson",
    "artist_ids": [
        "f597eafc-4dc5-4bc4-a019-a5035a3c8502"
    ],
    "album": "All in Love is Fair",
    "release_id": null,
    "release_group_id": "37f979df-910c-4768-9b01-83d4d1a128a9",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Covering Marvin Gaye's \"Come Get to This.\" This was the title track of the 31st studio album from Nancy Wilson.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}