Information about plays

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

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

{
    "id": 3600510,
    "uri": "https://api.kexp.org/v2/plays/3600510/?format=api",
    "airdate": "2026-01-05T08:27:56-08:00",
    "show": 65570,
    "show_uri": "https://api.kexp.org/v2/shows/65570/?format=api",
    "image_uri": "https://coverartarchive.org/release/1153095b-6c82-4f3f-add1-2cc086f806c2/11948423644-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1153095b-6c82-4f3f-add1-2cc086f806c2/11948423644-250.jpg",
    "song": "Accidents Will Happen",
    "track_id": null,
    "recording_id": "082c4cb8-b49e-448c-9396-50ba4acfcb0a",
    "artist": "Elvis Costello & The Attractions",
    "artist_ids": [
        "0ffb6573-a98e-412e-aa01-0a580e9d8b06"
    ],
    "album": "Armed Forces",
    "release_id": null,
    "release_group_id": "8172d1b5-ffb8-3da7-a74a-a27eb4a0d3ff",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1979-01-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Armed Forces, the third studio album by British musician Elvis Costello, was released on this day in 1979.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}