Information about plays

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

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

{
    "id": 3633829,
    "uri": "https://api.kexp.org/v2/plays/3633829/?format=api",
    "airdate": "2026-03-26T09:24:45-07:00",
    "show": 66283,
    "show_uri": "https://api.kexp.org/v2/shows/66283/?format=api",
    "image_uri": "https://dn710301.ca.archive.org/0/items/mbid-8670fe45-5556-3758-8c19-70b79941dddd/mbid-8670fe45-5556-3758-8c19-70b79941dddd-8724916260_thumb500.jpg",
    "thumbnail_uri": "https://dn710301.ca.archive.org/0/items/mbid-8670fe45-5556-3758-8c19-70b79941dddd/mbid-8670fe45-5556-3758-8c19-70b79941dddd-8724916260_thumb250.jpg",
    "song": "Ever Fallen in Love",
    "track_id": "1d1a9df9-bd58-31b2-ab67-cae0539f79c5",
    "recording_id": "f53c5ff6-e01d-4121-889f-2e8d0cad29ce",
    "artist": "Fine Young Cannibals",
    "artist_ids": [
        "23b0f3d6-ba54-4597-a1c7-24c6dd348ef7"
    ],
    "album": "The Raw & The Cooked",
    "release_id": "8670fe45-5556-3758-8c19-70b79941dddd",
    "release_group_id": "9df38bbc-502a-3dff-9fb5-9bf8c1751cec",
    "labels": [
        "London Records"
    ],
    "label_ids": [
        "60a0dd34-2333-4679-9050-38c21f7bc616"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the second and final album by British rock band Fine Young Cannibals. The album includes a range of styles including dance rock, soul and funk music. Buzzcocks cover 'Ever Fallen in Love' was the first single for the album, released about two years prior in late1986.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}