Information about plays

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

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

{
    "id": 3584995,
    "uri": "https://api.kexp.org/v2/plays/3584995/?format=api",
    "airdate": "2025-11-30T12:40:05-08:00",
    "show": 65253,
    "show_uri": "https://api.kexp.org/v2/shows/65253/?format=api",
    "image_uri": "https://ia803401.us.archive.org/0/items/mbid-bc5ab3ea-d4d8-49ae-ba97-e7eee6aec751/mbid-bc5ab3ea-d4d8-49ae-ba97-e7eee6aec751-27619702732_thumb500.jpg",
    "thumbnail_uri": "https://ia903401.us.archive.org/0/items/mbid-bc5ab3ea-d4d8-49ae-ba97-e7eee6aec751/mbid-bc5ab3ea-d4d8-49ae-ba97-e7eee6aec751-27619702732_thumb250.jpg",
    "song": "Right Down the Line",
    "track_id": "cc97ba3f-8784-3580-9411-45b8786cec6a",
    "recording_id": "bd129c44-6286-4f62-8d11-8d1c8437ecc0",
    "artist": "Gerry Rafferty",
    "artist_ids": [
        "563201cb-721c-4cfb-acca-c1ba69e3d1fb"
    ],
    "album": "City to City",
    "release_id": "bc5ab3ea-d4d8-49ae-ba97-e7eee6aec751",
    "release_group_id": "238c3fb4-5792-342b-b217-02f66298b424",
    "labels": [
        "United Artists"
    ],
    "label_ids": [
        "f1477534-482c-41bd-8219-870a199728ee"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Scottish singer, songwriter and musician Gerry Rafferty co-founded Stealers Wheel and had several solo hits in the 1970s.\n\nThis was a follow up to Rafferty's enormously popular 'Baker Street,\" both from the album \"City to City.\" Rafferty, known for these songs and \"Stuck in the Middle with You,\" died in 2011 at the age of 63.\n\nhttps://www.gerryrafferty.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}