Information about plays

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

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

{
    "id": 3550008,
    "uri": "https://api.kexp.org/v2/plays/3550008/?format=api",
    "airdate": "2025-09-07T10:59:10-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "https://coverartarchive.org/release/75717ad0-80a8-31dc-8292-c0231625d2af/11265442877-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/75717ad0-80a8-31dc-8292-c0231625d2af/11265442877-250.jpg",
    "song": "Spaced Cowboy",
    "track_id": null,
    "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": null,
    "release_group_id": "d8b8448a-2634-3e92-ac86-cf55e018f825",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1971-11-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "As Sly slid further into drug use, the band’s music became darker reflecting the internal tension between them. Check out Questlove’s brilliant documentary about the brilliant Black genius.\nhttps://www.youtube.com/watch?v=G_XZOK5ep-o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}