Information about plays

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

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

{
    "id": 3605312,
    "uri": "https://api.kexp.org/v2/plays/3605312/?format=api",
    "airdate": "2026-01-17T02:06:12-08:00",
    "show": 65670,
    "show_uri": "https://api.kexp.org/v2/shows/65670/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cardiocleptomanie",
    "track_id": null,
    "recording_id": "615d3768-f4a4-4d7d-8704-d71b37d934b5",
    "artist": "Pas de Deux",
    "artist_ids": [
        "e9a7cd6a-1b62-44d8-9f78-200bfa041636"
    ],
    "album": "Cardiocleptomanie / Learning to Cope With Cowardice",
    "release_id": null,
    "release_group_id": "6252e2e2-d3b4-45a4-8196-c771073b9c2f",
    "labels": [
        "Vinyl Magazine"
    ],
    "label_ids": [
        "fe820a16-ac39-482a-8dcf-1235f172017a"
    ],
    "release_date": "1983-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://stroomtv.bandcamp.com/track/cardiocleptomanie",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}