Information about plays

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

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

{
    "id": 3619055,
    "uri": "https://api.kexp.org/v2/plays/3619055/?format=api",
    "airdate": "2026-02-18T09:39:04-08:00",
    "show": 65965,
    "show_uri": "https://api.kexp.org/v2/shows/65965/?format=api",
    "image_uri": "https://dn710809.ca.archive.org/0/items/mbid-d06687e6-db21-34ff-8e5c-1b4e13daaef0/mbid-d06687e6-db21-34ff-8e5c-1b4e13daaef0-10334297749_thumb500.jpg",
    "thumbnail_uri": "https://dn710809.ca.archive.org/0/items/mbid-d06687e6-db21-34ff-8e5c-1b4e13daaef0/mbid-d06687e6-db21-34ff-8e5c-1b4e13daaef0-10334297749_thumb250.jpg",
    "song": "Pretty in Pink",
    "track_id": "b360cfd4-c123-3d9f-a7cb-a2a5db30fcd1",
    "recording_id": "9b39a2a7-c12c-4cb3-a5d3-53972558536d",
    "artist": "The Psychedelic Furs",
    "artist_ids": [
        "9f930ddf-be2f-4de5-a39f-7ae47305752e"
    ],
    "album": "Pretty in Pink",
    "release_id": "d06687e6-db21-34ff-8e5c-1b4e13daaef0",
    "release_group_id": "bc1bbd39-f35d-373d-b920-599546bdd0b9",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 3 on John's Top 10 (or 11) songs in John Hughes films: Psychedelic Furs \"Pretty in Pink\", the title track to \"Pretty in Pink\".\n\nFebruary 28 this year will mark the 40th anniversary of the Pretty in Pink soundtrack release.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}