Information about plays

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

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

{
    "id": 3543661,
    "uri": "https://api.kexp.org/v2/plays/3543661/?format=api",
    "airdate": "2025-08-23T07:27:30-07:00",
    "show": 64363,
    "show_uri": "https://api.kexp.org/v2/shows/64363/?format=api",
    "image_uri": "https://coverartarchive.org/release/fb488c23-38e8-4efb-8ab2-3d45cf7b08c0/20033578507-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fb488c23-38e8-4efb-8ab2-3d45cf7b08c0/20033578507-250.jpg",
    "song": "Boeing, Boeing, Gone!",
    "track_id": null,
    "recording_id": "59f32398-30c8-4a00-ab67-aca61ff02d15",
    "artist": "The Boss Martians",
    "artist_ids": [
        "b38353d8-a34d-4947-8f03-9a4ef3195b07"
    ],
    "album": "The Jetaway Sounds of the Boss Martians",
    "release_id": null,
    "release_group_id": "f40e4b00-42ce-4d5c-861b-d3b04bc12772",
    "labels": [
        "Hillsdale Records"
    ],
    "label_ids": [
        "b0419cff-a45f-4f48-823b-fe1bc65b4e15"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}