Information about plays

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

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

{
    "id": 3549724,
    "uri": "https://api.kexp.org/v2/plays/3549724/?format=api",
    "airdate": "2025-09-06T19:30:24-07:00",
    "show": 64494,
    "show_uri": "https://api.kexp.org/v2/shows/64494/?format=api",
    "image_uri": "https://ia601507.us.archive.org/11/items/mbid-f515129c-e02b-4ff6-af1a-aa8e1a081ea8/mbid-f515129c-e02b-4ff6-af1a-aa8e1a081ea8-16111764504_thumb500.jpg",
    "thumbnail_uri": "https://ia601507.us.archive.org/11/items/mbid-f515129c-e02b-4ff6-af1a-aa8e1a081ea8/mbid-f515129c-e02b-4ff6-af1a-aa8e1a081ea8-16111764504_thumb250.jpg",
    "song": "Spaced Cowboy",
    "track_id": "61d60cbe-439d-3fdc-a548-d78f7cf88161",
    "recording_id": "29473841-5434-42bf-938a-36d905a8f2c7",
    "artist": "Sly & the Family Stone",
    "artist_ids": [
        "b7ec4c54-1f93-4bf2-957f-7b9921ab84ea"
    ],
    "album": "There's a Riot Goin' On",
    "release_id": "f515129c-e02b-4ff6-af1a-aa8e1a081ea8",
    "release_group_id": "d8b8448a-2634-3e92-ac86-cf55e018f825",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1971-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}