Information about plays

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

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

{
    "id": 3564323,
    "uri": "https://api.kexp.org/v2/plays/3564323/?format=api",
    "airdate": "2025-10-12T20:05:34-07:00",
    "show": 64818,
    "show_uri": "https://api.kexp.org/v2/shows/64818/?format=api",
    "image_uri": "https://coverartarchive.org/release/f2fba3b2-d21d-4d13-a0cb-23bfa99a6975/4920512186-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f2fba3b2-d21d-4d13-a0cb-23bfa99a6975/4920512186-250.jpg",
    "song": "Come Down",
    "track_id": null,
    "recording_id": "cb32655e-4fb3-4d61-a11b-60f60b8461c7",
    "artist": "The Beginning of the End",
    "artist_ids": [
        "875885b7-9619-423f-b039-2046361d5c18"
    ],
    "album": "Funky Nassau",
    "release_id": null,
    "release_group_id": "c5304d2f-ba64-35fd-ae5f-4fd84f7247c0",
    "labels": [
        "Alston Records"
    ],
    "label_ids": [
        "90e2ed7b-7532-46fd-93d7-186ab1310174"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Beginning of the End released \"Come Down\" in 1971 on their Funky Nassau album with Alston Records.\n\nThe Beginning of the End was a funk quartet from Nassau, Bahamas consisting of three brothers plus one.\nThey released two albums in the 70's before breaking up and scored a dance funk hit with \"Funky Nassau\" in 1971, a definite classic of the genre.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}