Information about plays

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

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

{
    "id": 3636487,
    "uri": "https://api.kexp.org/v2/plays/3636487/?format=api",
    "airdate": "2026-04-01T15:04:07-07:00",
    "show": 66338,
    "show_uri": "https://api.kexp.org/v2/shows/66338/?format=api",
    "image_uri": "https://coverartarchive.org/release/d3657076-6fdd-4d11-9e88-8a794eded1fd/42212954398-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d3657076-6fdd-4d11-9e88-8a794eded1fd/42212954398-250.jpg",
    "song": "Only One Can Win",
    "track_id": null,
    "recording_id": "72bbb0e9-c861-4e63-8914-5faeefad9604",
    "artist": "The Sylvers",
    "artist_ids": [
        "70d1c02b-7349-4555-a9fc-9e85e4eaca49"
    ],
    "album": "The Sylvers",
    "release_id": null,
    "release_group_id": "0da193ee-64d6-45bd-8fc3-2fbdf2a0b231",
    "labels": [
        "Pride"
    ],
    "label_ids": [
        "ef27f204-8974-4e0a-8645-82e948e82d4b"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "They were nine singing siblings from Watts. Here's an in-depth look at their music and their tragic history: https://www.theroot.com/heard-of-the-sylvers-one-of-the-most-talented-black-si-1851726061/slides/17",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}