Information about plays

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

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

{
    "id": 3621175,
    "uri": "https://api.kexp.org/v2/plays/3621175/?format=api",
    "airdate": "2026-02-23T07:08:24-08:00",
    "show": 66010,
    "show_uri": "https://api.kexp.org/v2/shows/66010/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Need Someone",
    "track_id": "701ea3c5-e8a0-4212-8831-7b8a35da6a5e",
    "recording_id": "da995518-9b26-4c45-a078-11a4de185eeb",
    "artist": "Andrew Bird & Gavin Brivik",
    "artist_ids": [
        "8d5d0ce7-b51a-4763-80de-ee0a225778f0",
        "081b133e-ce74-42ba-92c1-c18234acb532"
    ],
    "album": "Need Someone",
    "release_id": "1e109e07-3579-475f-805b-c51ddb3da970",
    "release_group_id": "9ff91738-eaeb-4602-a896-dd4df63ab044",
    "labels": [
        "Loma Vista Recordings",
        "Wegawam Music Co."
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c",
        "27b9bf2d-e7be-4619-8a63-8c17019e2f34"
    ],
    "release_date": "2026-02-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Written with The Pitt composer Gavin Brivik, to soundtrack a crucial scene in season two's sixth episode, 'Need Someone' features Bird's lead vocals and whistled melodies, with poignant lyrics asking.\"\n\nRead more about the creation of this song here: https://andrewbirdmusic.substack.com/p/need-someone",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}