Information about plays

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

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

{
    "id": 3585415,
    "uri": "https://api.kexp.org/v2/plays/3585415/?format=api",
    "airdate": "2025-12-01T12:40:08-08:00",
    "show": 65262,
    "show_uri": "https://api.kexp.org/v2/shows/65262/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lucky",
    "track_id": "033a74a7-956e-44ba-9ba9-fdbd9e4444c9",
    "recording_id": "3ee8b446-c3b4-4812-b1d4-e424832a16d3",
    "artist": "Model Shop",
    "artist_ids": [
        "5e8ecec3-28e1-41fc-91c2-fefc17d6ed8e"
    ],
    "album": "Love Interest",
    "release_id": "45ab4530-bfee-411d-8516-b774d335a846",
    "release_group_id": "ad41271e-76a5-48cd-a538-2b80cd4bb05b",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-11-25",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From Seattle, WA. Model Shop sprung to life when long-time collaborators Kevin Emerson and Ethan Jones (Math and Physics Club, Central Services, Northern Allies) convinced bassist Jen Fox (Julep, Way South, These People Here) to make an honest trio out of their musings. https://www.modelshopband.com/about",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}