Information about plays

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

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

{
    "id": 3622845,
    "uri": "https://api.kexp.org/v2/plays/3622845/?format=api",
    "airdate": "2026-02-27T03:34:43-08:00",
    "show": 66040,
    "show_uri": "https://api.kexp.org/v2/shows/66040/?format=api",
    "image_uri": "https://ia800200.us.archive.org/13/items/mbid-9ace7c8c-55b4-4c5d-9aa8-e573a5dde9ad/mbid-9ace7c8c-55b4-4c5d-9aa8-e573a5dde9ad-836774729_thumb500.jpg",
    "thumbnail_uri": "https://ia800200.us.archive.org/13/items/mbid-9ace7c8c-55b4-4c5d-9aa8-e573a5dde9ad/mbid-9ace7c8c-55b4-4c5d-9aa8-e573a5dde9ad-836774729_thumb250.jpg",
    "song": "Radio Ga Ga",
    "track_id": "99f8b206-5316-3681-a3c1-27634471276f",
    "recording_id": "6da2cc31-9b12-4b66-9e26-074150f73406",
    "artist": "Queen",
    "artist_ids": [
        "0383dadf-2a4e-4d10-a46a-e9e041da8eb3"
    ],
    "album": "The Works",
    "release_id": "9ace7c8c-55b4-4c5d-9aa8-e573a5dde9ad",
    "release_group_id": "44c90c72-76b5-3c13-890e-3d37f21c10c9",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1984-02-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Queen's 1984 album \"The Works\" was released on this day, February 27.\n\n\n---\nThis one was written by Queen's drummer, Roger Taylor (No, not Duran Duran's drummer, John!): https://www.queenonline.com/roger_taylor\n--\n Queen stole the show at Live-Aid when Freddie Mercury, battling laryngitis, got everybody in Wembley Stadium singing the chorus of this song. Here's that extraordinary Live Aid version of this song: https://www.youtube.com/watch?v=o-0ygW-B_gI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}