Information about plays

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

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

{
    "id": 3570212,
    "uri": "https://api.kexp.org/v2/plays/3570212/?format=api",
    "airdate": "2025-10-26T11:52:21-07:00",
    "show": 64939,
    "show_uri": "https://api.kexp.org/v2/shows/64939/?format=api",
    "image_uri": "https://coverartarchive.org/release/108311d8-aef4-49e8-b3cf-57cfc16fe825/9920178144-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/108311d8-aef4-49e8-b3cf-57cfc16fe825/9920178144-250.jpg",
    "song": "I’ll Take Care of You",
    "track_id": null,
    "recording_id": "0b7dcf29-11c4-4918-a2d9-f5dbcac97c27",
    "artist": "Bobby Bland",
    "artist_ids": [],
    "album": "Two Steps From the Blues",
    "release_id": null,
    "release_group_id": "959bffeb-cdb8-3559-a0e7-2c88d278e7bf",
    "labels": [
        "Duke"
    ],
    "label_ids": [],
    "release_date": "1961-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by Brook Benton, this track reached 89 on the Billboard Hot 100 in 1960.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}