Information about plays

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

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

{
    "id": 3605051,
    "uri": "https://api.kexp.org/v2/plays/3605051/?format=api",
    "airdate": "2026-01-16T09:59:12-08:00",
    "show": 65664,
    "show_uri": "https://api.kexp.org/v2/shows/65664/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ice Cold Ice",
    "track_id": "462b4464-4cc7-37be-89a7-7cc3eab9fcb5",
    "recording_id": "82acfe02-2b21-4f1f-9215-2eeeea6cd7cf",
    "artist": "Hüsker Dü",
    "artist_ids": [
        "5c4c90a4-539f-4101-83cf-301bc6a94e06"
    ],
    "album": "Warehouse: Songs and Stories",
    "release_id": "3e99d83b-1937-43af-be59-88e4253d5d67",
    "release_group_id": "c3375e84-7473-3623-8545-889f32cc6f2c",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See Bob Mould and Dave Grohl perform a version of this song from the Walt Disney Concert Hall: https://www.youtube.com/watch?v=uoLW7g8pLaI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}