Information about plays

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

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

{
    "id": 3415519,
    "uri": "https://api.kexp.org/v2/plays/3415519/?format=api",
    "airdate": "2024-10-21T11:33:44-07:00",
    "show": 61636,
    "show_uri": "https://api.kexp.org/v2/shows/61636/?format=api",
    "image_uri": "https://coverartarchive.org/release/f61fc1d9-37a7-4ae3-bd92-397732f75c72/40011907083-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f61fc1d9-37a7-4ae3-bd92-397732f75c72/40011907083-250.jpg",
    "song": "Family Affair",
    "track_id": null,
    "recording_id": "e007b469-f424-490b-b3f2-ff21f12d1989",
    "artist": "Sly & the Family Stone",
    "artist_ids": [
        "b7ec4c54-1f93-4bf2-957f-7b9921ab84ea"
    ],
    "album": "Family Affair / Luv n’ Haight",
    "release_id": null,
    "release_group_id": "ce576ff1-2e19-49e1-8902-dcd59f4b34c8",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1971-10-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the 1971 album \"There's a Riot Goin' On\".\n\nSly Stone formed Sly & the Family Stone--originally Sly & the Stoners--in San Francisco, CA in 1966.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}