Information about plays

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

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

{
    "id": 3542019,
    "uri": "https://api.kexp.org/v2/plays/3542019/?format=api",
    "airdate": "2025-08-19T09:57:47-07:00",
    "show": 64330,
    "show_uri": "https://api.kexp.org/v2/shows/64330/?format=api",
    "image_uri": "https://ia601807.us.archive.org/13/items/mbid-25e95f8c-3c7a-4b9a-a956-38e255807e60/mbid-25e95f8c-3c7a-4b9a-a956-38e255807e60-28466088834_thumb500.jpg",
    "thumbnail_uri": "https://ia801807.us.archive.org/13/items/mbid-25e95f8c-3c7a-4b9a-a956-38e255807e60/mbid-25e95f8c-3c7a-4b9a-a956-38e255807e60-28466088834_thumb250.jpg",
    "song": "Crazy Little Thing Called Love",
    "track_id": "c7ec010d-db2c-4a20-906b-eb396150458c",
    "recording_id": "fd125370-5ac9-45eb-86ad-ab99e258404b",
    "artist": "Queen",
    "artist_ids": [
        "0383dadf-2a4e-4d10-a46a-e9e041da8eb3"
    ],
    "album": "The Game",
    "release_id": "25e95f8c-3c7a-4b9a-a956-38e255807e60",
    "release_group_id": "75702ddf-a46c-3cac-bace-0a466eb3c37c",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to John Deacon, bassist of Queen. Wrote hits 'You're My Best Friend', 'Spread Your Wings', 'I Want to Break Free', and the classic 'Another One Bites the Dust'.\n\n\nhttp://www.queenonline.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}