Information about plays

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

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

{
    "id": 3621833,
    "uri": "https://api.kexp.org/v2/plays/3621833/?format=api",
    "airdate": "2026-02-24T20:13:55-08:00",
    "show": 66022,
    "show_uri": "https://api.kexp.org/v2/shows/66022/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jaan Pehchan Ho",
    "track_id": null,
    "recording_id": "5077fba4-4ea4-4d87-92fe-625cd0de4280",
    "artist": "Mohammed Rafi",
    "artist_ids": [
        "28365249-f3fd-44db-8131-32cb170970c4"
    ],
    "album": "The Rough Guide to Psychedelic Bollywood",
    "release_id": null,
    "release_group_id": "acfd404c-a220-4a87-a10a-0ca9d34f35a7",
    "labels": [],
    "label_ids": [],
    "release_date": "2013-07-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was popularized from the Soundtrack for the movie Ghost World but originally came from the Bollywood movie Gumnaam. See the original scene,. featuring Mohammed Rafi himself, here: https://www.youtube.com/watch?v=XnBbjc5hmho",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}