Information about plays

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

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

{
    "id": 3569384,
    "uri": "https://api.kexp.org/v2/plays/3569384/?format=api",
    "airdate": "2025-10-24T14:14:51-07:00",
    "show": 64920,
    "show_uri": "https://api.kexp.org/v2/shows/64920/?format=api",
    "image_uri": "https://coverartarchive.org/release/6f1572c4-b7b4-39b7-a5f4-e82fd0abb8a4/20896128117-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6f1572c4-b7b4-39b7-a5f4-e82fd0abb8a4/20896128117-250.jpg",
    "song": "Dance Little Sister",
    "track_id": null,
    "recording_id": "4e7d8712-2146-4502-9af5-e35a92793785",
    "artist": "Terence Trent D’Arby",
    "artist_ids": [
        "91f603ca-b126-42a2-9c29-820ca687347c"
    ],
    "album": "Introducing the Hardline According to Terence Trent D’Arby",
    "release_id": null,
    "release_group_id": "8958b20d-ce4a-3fa3-95e3-cff2273211aa",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1987-07-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Saundra!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}