Information about plays

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

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

{
    "id": 3632744,
    "uri": "https://api.kexp.org/v2/plays/3632744/?format=api",
    "airdate": "2026-03-23T13:14:23-07:00",
    "show": 66260,
    "show_uri": "https://api.kexp.org/v2/shows/66260/?format=api",
    "image_uri": "https://coverartarchive.org/release/45e99e44-c955-4d44-94b9-8f0e1593fa12/23911853040-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/45e99e44-c955-4d44-94b9-8f0e1593fa12/23911853040-250.jpg",
    "song": "Opel",
    "track_id": null,
    "recording_id": "5e2f43db-2c90-4e7b-b68b-66af7fc2b3b9",
    "artist": "Syd Barrett",
    "artist_ids": [
        "12327d75-47d5-45d9-84c2-3760b9210c17"
    ],
    "album": "Opel",
    "release_id": null,
    "release_group_id": "17ca82c5-5be4-32cc-964a-86dd6641128c",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1988-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The inspiration behind the name for the band Opal!\n\n'Opel' is compiled from recordings made by former Pink Floyd frontman Syd Barrett between 1968 and 1970.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}