Information about plays

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

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

{
    "id": 3561041,
    "uri": "https://api.kexp.org/v2/plays/3561041/?format=api",
    "airdate": "2025-10-04T00:08:00-07:00",
    "show": 64737,
    "show_uri": "https://api.kexp.org/v2/shows/64737/?format=api",
    "image_uri": "https://coverartarchive.org/release/0cbf6ac4-76a8-4e4c-8e4f-328c87740ed7/41617764988-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0cbf6ac4-76a8-4e4c-8e4f-328c87740ed7/41617764988-250.jpg",
    "song": "Versus",
    "track_id": null,
    "recording_id": "4d4c3849-c013-49ed-a383-0072e49ba5ad",
    "artist": "Jay‐Z",
    "artist_ids": [
        "f82bcf78-5b69-4622-a5ef-73800768d9ac"
    ],
    "album": "Magna Carta… Holy Grail",
    "release_id": null,
    "release_group_id": "ec8d1e4a-2413-407a-8192-f3cdcf1d5dad",
    "labels": [
        "Roc‐A‐Fella Records"
    ],
    "label_ids": [
        "4cccc72a-0bd0-433a-905e-dad87871397d"
    ],
    "release_date": "2013-07-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}