Information about plays

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

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

{
    "id": 3605397,
    "uri": "https://api.kexp.org/v2/plays/3605397/?format=api",
    "airdate": "2026-01-17T06:43:10-08:00",
    "show": 65672,
    "show_uri": "https://api.kexp.org/v2/shows/65672/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Athens, France",
    "track_id": null,
    "recording_id": "88304da8-ed81-4278-a876-85d045dcc300",
    "artist": "Black Country, New Road",
    "artist_ids": [
        "e9403d9c-329b-4108-a26f-564159d441d9"
    ],
    "album": "For the First Time",
    "release_id": null,
    "release_group_id": "968b13bb-026b-410e-831e-a7bb7418ea60",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2021-02-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}