Information about plays

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

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

{
    "id": 3622016,
    "uri": "https://api.kexp.org/v2/plays/3622016/?format=api",
    "airdate": "2026-02-25T07:24:58-08:00",
    "show": 66026,
    "show_uri": "https://api.kexp.org/v2/shows/66026/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "NY Is Killing Me",
    "track_id": "e10caf04-1a5d-30b3-80fd-675a1b0f47a9",
    "recording_id": "dc0a56ce-15e8-4bfa-ab75-06026172b822",
    "artist": "Gil Scott-Heron and Jamie xx",
    "artist_ids": [
        "d1515727-4a93-4c0d-88cb-d7a9fce01879",
        "b5b89643-c488-4f39-a302-25cab31084a5"
    ],
    "album": "We're New Here",
    "release_id": "c64ff47a-7558-3d80-ab9d-1588325b4003",
    "release_group_id": "72e251aa-ec21-42f5-9761-ede5769b4073",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2011-02-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jamie Smith, A.K.A Jamie xx - percussionist and producer of the xx, remixed Gil Scott-Heron's classic album \"I'm New Here\" back in 2011: https://tinyurl.com/v6zvnkne\n\nhttps://jamiexx.bandcamp.com/\nhttps://www.jamiexx.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}