Information about plays

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

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

{
    "id": 3573914,
    "uri": "https://api.kexp.org/v2/plays/3573914/?format=api",
    "airdate": "2025-11-04T13:04:09-08:00",
    "show": 65022,
    "show_uri": "https://api.kexp.org/v2/shows/65022/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Grimsby",
    "track_id": null,
    "recording_id": "8fe901d2-3a61-4304-a701-02944529c5c4",
    "artist": "Elton John",
    "artist_ids": [
        "b83bc61f-8451-4a5d-8b8e-7e9ed295e822"
    ],
    "album": "Caribou",
    "release_id": null,
    "release_group_id": "5a9e28b6-1a83-3581-82eb-eeedf5673b7f",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1974-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oh, England you're fair\nBut there's none to compare\nWith my Grimsby\n----\nSing Along here:\nhttps://genius.com/Elton-john-grimsby-lyrics\n---\nhttps://www.eltonjohn.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}