Information about plays

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

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

{
    "id": 3623189,
    "uri": "https://api.kexp.org/v2/plays/3623189/?format=api",
    "airdate": "2026-02-27T21:38:11-08:00",
    "show": 66046,
    "show_uri": "https://api.kexp.org/v2/shows/66046/?format=api",
    "image_uri": "https://coverartarchive.org/release/793f7f24-2c69-4bb7-87e4-9b5c6f535535/39028318677-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/793f7f24-2c69-4bb7-87e4-9b5c6f535535/39028318677-250.jpg",
    "song": "Burning",
    "track_id": null,
    "recording_id": "1b48acc8-0e4b-4ba5-9d08-aed9e3c70eda",
    "artist": "Tems",
    "artist_ids": [
        "5b2a8faa-ffee-4706-a1a8-58f109bc8ca2"
    ],
    "album": "Born in the Wild",
    "release_id": null,
    "release_group_id": "10bb7c0f-b95e-41e2-8fad-68e131deb09d",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-06-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born in the Wild is the debut studio album by Nigerian singer Tems. It was released June 2024, via RCA Records and Since '93. The album was supported by the singles \"Me & U\", \"Love Me JeJe\" and \"Burning\". Born in the Wild features guest appearances from J. Cole and Asake.\n\nhttps://tems.bandcamp.com/album/born-in-the-wild-explicit\n\nhttps://www.leadingvibe.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}