Information about plays

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

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

{
    "id": 3574034,
    "uri": "https://api.kexp.org/v2/plays/3574034/?format=api",
    "airdate": "2025-11-04T20:17:01-08:00",
    "show": 65024,
    "show_uri": "https://api.kexp.org/v2/shows/65024/?format=api",
    "image_uri": "https://coverartarchive.org/release/62d01536-c0fe-4664-9329-f7e87a8cc7c6/40599002826-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/62d01536-c0fe-4664-9329-f7e87a8cc7c6/40599002826-250.jpg",
    "song": "Sly Mongoose",
    "track_id": null,
    "recording_id": "8bdcb5a8-94c3-4a65-94a3-20b56be30521",
    "artist": "Ernest Ranglin",
    "artist_ids": [
        "924203bb-da5f-4bd0-9630-c753c7cb9774"
    ],
    "album": "Jamaica Jazz From Federal Records: Carib Roots, Jazz, Mento, Latin, Merengue & Rhumba 1960-1968",
    "release_id": null,
    "release_group_id": "77087e76-6306-4bc0-97f8-2187797ef1d7",
    "labels": [
        "Dub Store"
    ],
    "label_ids": [],
    "release_date": "2019-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://dubstorerecords.bandcamp.com/album/jamaica-jazz-from-federal-records-carib-roots-jazz-mento-latin-merengue-rhumba-1960-1968",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}