Information about plays

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

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

{
    "id": 3542653,
    "uri": "https://api.kexp.org/v2/plays/3542653/?format=api",
    "airdate": "2025-08-20T22:46:23-07:00",
    "show": 64343,
    "show_uri": "https://api.kexp.org/v2/shows/64343/?format=api",
    "image_uri": "https://coverartarchive.org/release/7e331663-97ff-48bb-a849-a9bf374fc4e8/15324908900-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7e331663-97ff-48bb-a849-a9bf374fc4e8/15324908900-250.jpg",
    "song": "Junior's Eyes",
    "track_id": null,
    "recording_id": "f3c35b29-f12d-46f1-8d2e-d12cebd2fa22",
    "artist": "Black Label Society",
    "artist_ids": [
        "a8e935c6-3fcc-414c-900c-77e8170e7e7c"
    ],
    "album": "The Song Remains Not the Same",
    "release_id": null,
    "release_group_id": "d93c7e9d-f388-47a6-a657-f93d87335e95",
    "labels": [
        "E1 Entertainment"
    ],
    "label_ids": [
        "a1696164-3f07-4c68-9c9a-3df0e0dd8c76"
    ],
    "release_date": "2011-05-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Cover of a tune from Sabbath's 1978 album 'Never Say Die!.'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}