Information about plays

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

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

{
    "id": 3524291,
    "uri": "https://api.kexp.org/v2/plays/3524291/?format=api",
    "airdate": "2025-07-08T10:32:31-07:00",
    "show": 63957,
    "show_uri": "https://api.kexp.org/v2/shows/63957/?format=api",
    "image_uri": "https://ia800207.us.archive.org/18/items/mbid-8bb1f92f-845e-49ec-9d73-ddf2201b39e3/mbid-8bb1f92f-845e-49ec-9d73-ddf2201b39e3-1482064007_thumb500.jpg",
    "thumbnail_uri": "https://ia800207.us.archive.org/18/items/mbid-8bb1f92f-845e-49ec-9d73-ddf2201b39e3/mbid-8bb1f92f-845e-49ec-9d73-ddf2201b39e3-1482064007_thumb250.jpg",
    "song": "Wake Me When It's Over",
    "track_id": "1c79a7df-0b9f-36d6-9c91-a27c15cb6879",
    "recording_id": "29d67962-c4b8-43a4-8f26-61639d7ba05a",
    "artist": "Longwave",
    "artist_ids": [
        "b476264b-dcdc-4cbf-bd40-9eddaf5a6942"
    ],
    "album": "The Strangest Things",
    "release_id": "8bb1f92f-845e-49ec-9d73-ddf2201b39e3",
    "release_group_id": "8bf7fde0-835a-3b72-a543-e7fbf092f46c",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2003-03-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch this band celebrating the 20th anniversary of the release of The Strangest Things with a live performance of \"Wake Me When It's Over\": https://www.youtube.com/watch?v=1c72YyTzI6c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}