Information about plays

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

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

{
    "id": 3587194,
    "uri": "https://api.kexp.org/v2/plays/3587194/?format=api",
    "airdate": "2025-12-05T15:38:06-08:00",
    "show": 65295,
    "show_uri": "https://api.kexp.org/v2/shows/65295/?format=api",
    "image_uri": "https://coverartarchive.org/release/bfab8830-cc4b-4b78-a5ed-d7d139e137ad/31441920027-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bfab8830-cc4b-4b78-a5ed-d7d139e137ad/31441920027-250.jpg",
    "song": "You Never Can Tell",
    "track_id": null,
    "recording_id": "199ccf5a-af9a-4e2e-b6bd-33aff58bc735",
    "artist": "Chuck Berry",
    "artist_ids": [
        "592a3b6d-c42b-4567-99c9-ecf63bd66499"
    ],
    "album": "You Never Can Tell",
    "release_id": null,
    "release_group_id": "2eafba41-e560-4258-b3e7-0d636d289f93",
    "labels": [
        "Teeny Records"
    ],
    "label_ids": [
        "87f4da36-9344-43d0-9961-ccc14981a75e"
    ],
    "release_date": "1964-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You remember THAT scene: https://www.youtube.com/watch?v=t-Q3ADnJKpY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}