Information about plays

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

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

{
    "id": 3635434,
    "uri": "https://api.kexp.org/v2/plays/3635434/?format=api",
    "airdate": "2026-03-30T04:17:48-07:00",
    "show": 66318,
    "show_uri": "https://api.kexp.org/v2/shows/66318/?format=api",
    "image_uri": "https://coverartarchive.org/release/59f71e70-ecc5-4c5c-ac0b-98aac8bbb405/12294119776-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/59f71e70-ecc5-4c5c-ac0b-98aac8bbb405/12294119776-250.jpg",
    "song": "The Bottom Line",
    "track_id": null,
    "recording_id": "6156885d-3912-4250-be4b-84ae1326f333",
    "artist": "O.V. Wright",
    "artist_ids": [
        "ac486e0f-9d86-4dec-8f4f-0f06e4d51946"
    ],
    "album": "The Bottom Line",
    "release_id": null,
    "release_group_id": "15d792df-ef80-36d2-92a2-a0d7bb166293",
    "labels": [
        "Hi Records"
    ],
    "label_ids": [
        "19eeed5a-1dbe-40bc-b6e9-5979a3a903d8"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}