Information about plays

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

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

{
    "id": 3571708,
    "uri": "https://api.kexp.org/v2/plays/3571708/?format=api",
    "airdate": "2025-10-30T06:17:33-07:00",
    "show": 64971,
    "show_uri": "https://api.kexp.org/v2/shows/64971/?format=api",
    "image_uri": "https://dn721604.ca.archive.org/0/items/mbid-813e482e-31cd-4287-a329-370924adce1d/mbid-813e482e-31cd-4287-a329-370924adce1d-39194904794_thumb500.jpg",
    "thumbnail_uri": "https://dn721604.ca.archive.org/0/items/mbid-813e482e-31cd-4287-a329-370924adce1d/mbid-813e482e-31cd-4287-a329-370924adce1d-39194904794_thumb250.jpg",
    "song": "Save It for Later",
    "track_id": "eabbd0a9-9bff-4285-abcf-8be300bca8e7",
    "recording_id": "b5786b35-daa7-4963-86bc-4af707a4e1f4",
    "artist": "Eddie Vedder",
    "artist_ids": [
        "1a60d6dd-9d3e-40fc-a66d-3184f9ee0d61"
    ],
    "album": "Save It for Later",
    "release_id": "813e482e-31cd-4287-a329-370924adce1d",
    "release_group_id": "5624b8e2-98ca-41de-a708-7ce74fdd08fd",
    "labels": [
        "Republic Records"
    ],
    "label_ids": [
        "e0ecd909-0477-485f-80dc-3c27ea4837ca"
    ],
    "release_date": "2024-06-27",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This is Eddie Vedder's fantastic cover of The English Beat's classic, as heard on the tv series 'The Bear'. The original song by the English Beat was released in 1982.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}