Information about plays

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

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

{
    "id": 3572633,
    "uri": "https://api.kexp.org/v2/plays/3572633/?format=api",
    "airdate": "2025-11-01T14:56:04-07:00",
    "show": 64994,
    "show_uri": "https://api.kexp.org/v2/shows/64994/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Suitcase",
    "track_id": "b410ed25-4611-4e92-8dce-3346d7d20bc2",
    "recording_id": "22c9784a-2d9a-40ec-85f1-f9eb89f262cb",
    "artist": "Wimps",
    "artist_ids": [
        "73543c71-5a51-4cac-8b2e-97ed90124053"
    ],
    "album": "Suitcase",
    "release_id": "4d33b0ac-52e9-4778-859c-2a021e678d1a",
    "release_group_id": "6fa7caa8-90c2-43e7-b9d6-bb710042051e",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2015-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Playing tonight in the KEXP Gathering Space as part of AUDIOASIS LIVE with QUASI and CHICO DETOUR.\nhttps://www.kexp.org/events/kexp-events/audioasis-live-4/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}