Information about plays

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

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

{
    "id": 3632944,
    "uri": "https://api.kexp.org/v2/plays/3632944/?format=api",
    "airdate": "2026-03-24T02:10:59-07:00",
    "show": 66265,
    "show_uri": "https://api.kexp.org/v2/shows/66265/?format=api",
    "image_uri": "https://coverartarchive.org/release/3b7d1d1f-27f5-4a85-9635-edd678c2a576/28538535966-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3b7d1d1f-27f5-4a85-9635-edd678c2a576/28538535966-250.jpg",
    "song": "Yeah Right",
    "track_id": null,
    "recording_id": "5196c6f5-8144-4d2b-847a-466ff196a4e6",
    "artist": "Vince Staples feat. Kendrick Lamar & KUČKA",
    "artist_ids": [
        "78e854b8-9713-4ff2-9218-6b3784893bff",
        "381086ea-f511-4aba-bdf9-71c753dc5077",
        "46f69295-4afa-45a7-a6a0-54082f1c0d23"
    ],
    "album": "Big Fish Theory",
    "release_id": null,
    "release_group_id": "847a8456-f742-4894-8fdb-5911afc65e9c",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by SOPHIE & Flume",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}