Information about plays

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

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

{
    "id": 3550950,
    "uri": "https://api.kexp.org/v2/plays/3550950/?format=api",
    "airdate": "2025-09-09T17:41:40-07:00",
    "show": 64519,
    "show_uri": "https://api.kexp.org/v2/shows/64519/?format=api",
    "image_uri": "https://ia801701.us.archive.org/25/items/mbid-aafee4c5-ce7a-4e26-b96b-e30811906f18/mbid-aafee4c5-ce7a-4e26-b96b-e30811906f18-1081008355_thumb500.jpg",
    "thumbnail_uri": "https://ia601701.us.archive.org/25/items/mbid-aafee4c5-ce7a-4e26-b96b-e30811906f18/mbid-aafee4c5-ce7a-4e26-b96b-e30811906f18-1081008355_thumb250.jpg",
    "song": "Heart of Stone",
    "track_id": "4911e7bb-8c1c-45d5-a43d-199ea764ed8f",
    "recording_id": "9b990cd7-060b-4bb6-a7e7-a2aec9705ccf",
    "artist": "The Raveonettes",
    "artist_ids": [
        "79255a50-40df-447f-9612-2cf669080196"
    ],
    "album": "In and Out of Control",
    "release_id": "2d136b1f-a20b-43d4-81bb-074ee82aca75",
    "release_group_id": "c722f4db-178e-4638-94c5-898bc22c3bcb",
    "labels": [
        "Universal Music"
    ],
    "label_ids": [
        "13a464dc-b9fd-4d16-a4f4-d4316f6a46c7"
    ],
    "release_date": "2009-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Raveonettes will play the Crocodile on September 20th!\nhttp://www.theraveonettes.com/\n___\nThe Raveonettes played this song back in 2010 during KEXP's broadcast from our Bumbershoot Music Lounge. You can watch it live here: https://www.youtube.com/watch?v=aBLNMpxS3fc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}