Information about plays

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

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

{
    "id": 3599282,
    "uri": "https://api.kexp.org/v2/plays/3599282/?format=api",
    "airdate": "2026-01-02T16:05:31-08:00",
    "show": 65542,
    "show_uri": "https://api.kexp.org/v2/shows/65542/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Will Always Love You",
    "track_id": "6309fd44-0568-4e4a-9160-66e1ac92ef68",
    "recording_id": "86a7f27f-89dd-456e-bf18-fcacd657ff95",
    "artist": "The Avalanches feat. Blood Orange",
    "artist_ids": [
        "3d254f1e-7d18-431b-baeb-68e57695dfdb",
        "a6623d39-2d8e-4f70-8242-0a9553b91e50"
    ],
    "album": "We Will Always Love You",
    "release_id": "39b3cb01-41df-411b-9681-40fde94e134f",
    "release_group_id": "df4cda1e-25d0-4673-8131-a3fe0a24f73b",
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2020-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the follow-up album Wildflower, “We Will Always Love You,” features Blood Orange, incorporating vocals from Smokey Robinson and the Roches.\n\nhttps://pitchfork.com/reviews/tracks/the-avalanches-we-will-always-love-you-ft-blood-orange/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}