Information about plays

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

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

{
    "id": 3632510,
    "uri": "https://api.kexp.org/v2/plays/3632510/?format=api",
    "airdate": "2026-03-22T21:26:04-07:00",
    "show": 66254,
    "show_uri": "https://api.kexp.org/v2/shows/66254/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Why Don't You Listen (Waajeed's Just Listen Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Inkswel",
    "artist_ids": [
        "6792ff99-db3a-44c8-9f31-50d858dca354"
    ],
    "album": "Why Don't You Listen",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Atjazz Record Company"
    ],
    "label_ids": [
        "5693cf40-36ef-4872-bd92-d79acb1127fb"
    ],
    "release_date": "2022-08-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "And Waajeed remixed this as well!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}