Information about plays

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

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

{
    "id": 3572792,
    "uri": "https://api.kexp.org/v2/plays/3572792/?format=api",
    "airdate": "2025-11-01T21:13:41-07:00",
    "show": 64999,
    "show_uri": "https://api.kexp.org/v2/shows/64999/?format=api",
    "image_uri": "https://coverartarchive.org/release/e5a2c8fc-d6a9-4008-9e28-7e8cecbba446/1422653528-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e5a2c8fc-d6a9-4008-9e28-7e8cecbba446/1422653528-250.jpg",
    "song": "Speed Speed",
    "track_id": null,
    "recording_id": "288f1f91-1e1f-4127-992b-a48e13e1ca25",
    "artist": "London",
    "artist_ids": [
        "15ee152b-9a67-44d0-861e-1886fa1f9bdb"
    ],
    "album": "Animal Games",
    "release_id": null,
    "release_group_id": "ad722d2f-ee69-40fe-8d3d-9da8cae79e26",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Animal Games is the only album recorded by the original line-up of the British band London.Recorded throughout 1977 at the IBC Studios in London, the album was actually released in February 1978 after the group had disbanded.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}