Information about plays

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

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

{
    "id": 3620965,
    "uri": "https://api.kexp.org/v2/plays/3620965/?format=api",
    "airdate": "2026-02-22T19:17:03-08:00",
    "show": 66004,
    "show_uri": "https://api.kexp.org/v2/shows/66004/?format=api",
    "image_uri": "https://coverartarchive.org/release/59d19767-4489-4437-90d5-c756f15915c7/15237635364-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/59d19767-4489-4437-90d5-c756f15915c7/15237635364-250.jpg",
    "song": "Love Train",
    "track_id": null,
    "recording_id": "9f77c700-4a73-4d35-ab60-a0dd09f5e5ad",
    "artist": "The O’Jays",
    "artist_ids": [
        "8153c6ef-026c-481f-b081-974f2c948d9f"
    ],
    "album": "Back Stabbers",
    "release_id": null,
    "release_group_id": "09cbf2e9-e44f-352c-b195-ae9aa1df6909",
    "labels": [
        "Philadelphia International Records"
    ],
    "label_ids": [
        "d509d87c-3ad7-4b83-9827-9b76c3a49126"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request from Eric in Kenmore!\n\nThis song was written by Philly songwriters Kenny Gamble and Leon Huff. \n--\nWatch The O'Jays perform \"Love Train\" on \"Soul Train\": https://www.youtube.com/watch?v=_BlkTSKqE_8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}