Information about plays

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

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

{
    "id": 3603312,
    "uri": "https://api.kexp.org/v2/plays/3603312/?format=api",
    "airdate": "2026-01-12T03:44:01-08:00",
    "show": 65629,
    "show_uri": "https://api.kexp.org/v2/shows/65629/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Was Raised",
    "track_id": null,
    "recording_id": "4fcf9c7a-7842-4d5c-bd58-35ce322cfb90",
    "artist": "XIT",
    "artist_ids": [
        "38570475-bb2d-4250-8424-c97739a502f2"
    ],
    "album": "Plight of the Redman",
    "release_id": null,
    "release_group_id": "ddf30b5b-2c13-4d24-b394-1d7724e3cdaa",
    "labels": [
        "Sound of America Records"
    ],
    "label_ids": [
        "40901cfd-f334-475b-94ed-fcda9089e08b"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Native American\t\n\nxit were a Native American band once banned by the FBI to be played on American radio.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}