Information about plays

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

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

{
    "id": 3519422,
    "uri": "https://api.kexp.org/v2/plays/3519422/?format=api",
    "airdate": "2025-06-27T07:22:09-07:00",
    "show": 63849,
    "show_uri": "https://api.kexp.org/v2/shows/63849/?format=api",
    "image_uri": "https://coverartarchive.org/release/5333e6ee-70b0-34dc-af15-f2a1072673cd/3730247379-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5333e6ee-70b0-34dc-af15-f2a1072673cd/3730247379-250.jpg",
    "song": "Girl From The North Country",
    "track_id": null,
    "recording_id": "bcd77111-2cfb-4f7c-a154-90789a7d21f5",
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "Nashville Skyline",
    "release_id": null,
    "release_group_id": "2ca28746-8987-3015-b54c-75b3aa8ca1a1",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1969-04-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bob Dylan joined Johnny Cash on the very first episode of ABC's \"Johnny Cash Show\" to sing three songs, including \"Girl From The North Country\": https://www.facebook.com/bobdylan/videos/dylan-on-the-johnny-cash-show/4089404277840315/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}