Information about plays

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

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

{
    "id": 3550017,
    "uri": "https://api.kexp.org/v2/plays/3550017/?format=api",
    "airdate": "2025-09-07T11:32:04-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "https://coverartarchive.org/release/63ab2cca-dfe5-4a32-b48e-b091472a7c99/32256573040-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/63ab2cca-dfe5-4a32-b48e-b091472a7c99/32256573040-250.jpg",
    "song": "Louise",
    "track_id": null,
    "recording_id": "759d2423-9105-472e-ac13-194c428a3a9b",
    "artist": "The Black Keys",
    "artist_ids": [
        "d15721d8-56b4-453d-b506-fc915b14cba2"
    ],
    "album": "Delta Kream",
    "release_id": null,
    "release_group_id": "1299df7b-411d-4fa7-9f19-5c1001a69eb5",
    "labels": [
        "Easy Eye Sound"
    ],
    "label_ids": [
        "895e5b19-d586-4f83-a2aa-2b00d4803ba4"
    ],
    "release_date": "2021-05-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From an album recorded in 10 hours, guitarist Dan Auerbach said: \"We made this record to honor the Mississippi hill country blues tradition that influenced us starting out. These songs are still as important to us today as they were the first day Pat and I started playing together and picked up our instruments.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}