Information about plays

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

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

{
    "id": 3569251,
    "uri": "https://api.kexp.org/v2/plays/3569251/?format=api",
    "airdate": "2025-10-24T06:48:30-07:00",
    "show": 64917,
    "show_uri": "https://api.kexp.org/v2/shows/64917/?format=api",
    "image_uri": "https://dn710206.ca.archive.org/0/items/mbid-4e506ead-784e-436b-8a75-d27270db057e/mbid-4e506ead-784e-436b-8a75-d27270db057e-27623016970_thumb500.jpg",
    "thumbnail_uri": "https://dn710206.ca.archive.org/0/items/mbid-4e506ead-784e-436b-8a75-d27270db057e/mbid-4e506ead-784e-436b-8a75-d27270db057e-27623016970_thumb250.jpg",
    "song": "Morning Has Broken",
    "track_id": "3f31b679-9a23-30b1-998d-eb9d267cf786",
    "recording_id": "f0a89f78-8366-4a85-8cde-df4bda71f00a",
    "artist": "Cat Stevens",
    "artist_ids": [
        "e2345fdf-2be7-47c5-a6dd-be64353ad134"
    ],
    "album": "Teaser and the Firecat",
    "release_id": "4e506ead-784e-436b-8a75-d27270db057e",
    "release_group_id": "412367b1-736e-3cce-8e86-6f8bc067be98",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1971-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For everyone looking out a window. From Kevin and J Dub",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}