Information about plays

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

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

{
    "id": 3584920,
    "uri": "https://api.kexp.org/v2/plays/3584920/?format=api",
    "airdate": "2025-11-30T08:11:23-08:00",
    "show": 65251,
    "show_uri": "https://api.kexp.org/v2/shows/65251/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hispaniola, 1511",
    "track_id": null,
    "recording_id": null,
    "artist": "Cedric Vermue",
    "artist_ids": [
        "4e77c002-4f5f-4696-b672-d2bbeecf8df6"
    ],
    "album": "La Controversia de Valladolid (Original Motion Picture Soundtrack)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Piano and Coffee Records"
    ],
    "label_ids": [
        "20df252a-1222-405f-8cd7-95cd43290459"
    ],
    "release_date": "2025-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off a new soundtrack composed by the Amsterdam-based Dutch composer Cedric Vermue ~ https://cedricvermue.bandcamp.com/album/la-controversia-de-valladolid-original-motion-picture-soundtrack",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}