Information about plays

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

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

{
    "id": 3612670,
    "uri": "https://api.kexp.org/v2/plays/3612670/?format=api",
    "airdate": "2026-02-03T11:05:25-08:00",
    "show": 65830,
    "show_uri": "https://api.kexp.org/v2/shows/65830/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Forever Is a Feeling",
    "track_id": "16673ffa-a07f-41e7-ba16-34434c57112a",
    "recording_id": "09dd415a-8b27-478d-ac30-e4700abf2eda",
    "artist": "Lucy Dacus",
    "artist_ids": [
        "dbe7fdf7-81b2-418b-b3f6-81ae71532f40"
    ],
    "album": "Forever is a Feeling",
    "release_id": "cd10ca5f-72b0-4f88-bfc1-9bb92ba36322",
    "release_group_id": "a4cabd17-ba0f-4c88-a2c4-164c29038cbd",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2025-03-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lucy Dacus will be at the Mt. Baker Theatre in Bellingham, WA on Sunday, May 10th.\n--\nShe'll be at The Castro Theatre in SF on Monday and Tuesday, May 18th and 19th\n--\nHere's the lyric video for this lovely song: https://www.youtube.com/watch?v=5H-GAhXu-pk\n\nHer pals Phoebe Bridgers and Julien Baker also sing on this song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}