Information about plays

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

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

{
    "id": 3554336,
    "uri": "https://api.kexp.org/v2/plays/3554336/?format=api",
    "airdate": "2025-09-17T21:42:24-07:00",
    "show": 64589,
    "show_uri": "https://api.kexp.org/v2/shows/64589/?format=api",
    "image_uri": "https://coverartarchive.org/release/a37f0fed-f768-433d-9297-00ced4df22dd/27620136204-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a37f0fed-f768-433d-9297-00ced4df22dd/27620136204-250.jpg",
    "song": "Oostend Oostend",
    "track_id": null,
    "recording_id": "67f9b5ba-a25b-4171-ab27-eb94661ef960",
    "artist": "Cos",
    "artist_ids": [
        "7c725b3d-19fe-4404-b842-c0e6b878023a"
    ],
    "album": "Babel",
    "release_id": null,
    "release_group_id": "85a5bb0b-2886-42f7-91d9-fceb0df64221",
    "labels": [
        "Musea"
    ],
    "label_ids": [
        "ba47def8-6ec3-47aa-942d-6913b3e8f1c0"
    ],
    "release_date": "1978-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"A nostalgic atmosphere of Oostend (Ostend in Flemish) , Dancing ballrooms, Wurlitzer organs, sea winds\n\nPascale Son, vocals- Daniel Schell, guitar - Marc Moulin, organs, Moog synthesizer - Alain Pierre- sounds .\"\n\nhttps://cosmusic3.bandcamp.com/track/oostend-oostend",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}