Information about plays

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

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

{
    "id": 3596239,
    "uri": "https://api.kexp.org/v2/plays/3596239/?format=api",
    "airdate": "2025-12-26T10:59:53-08:00",
    "show": 65478,
    "show_uri": "https://api.kexp.org/v2/shows/65478/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Prizefighter",
    "track_id": "1cb029d6-15dc-40e2-aa7d-3ca0da9f2327",
    "recording_id": "0edb076a-169a-4ecb-ad87-267d0a15e5ae",
    "artist": "Youth Lagoon",
    "artist_ids": [
        "4a18722d-5a98-41c8-9e86-814afbffc704"
    ],
    "album": "Heaven Is a Junkyard",
    "release_id": "e7a6d47e-b6f1-4b42-9caf-9835ee5b72c8",
    "release_group_id": "7e8398de-4d8f-4032-bfc4-3db67a456399",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2023-06-09",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Youth Lagoon returns, renewed and refreshed to the studio and to the road. After the project's debut in 2011, and the following 2 albums, songwriter Trevor Powers announced the end of the band after only 5 years, in 2016.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}