Information about plays

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

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

{
    "id": 3576803,
    "uri": "https://api.kexp.org/v2/plays/3576803/?format=api",
    "airdate": "2025-11-11T10:51:55-08:00",
    "show": 65081,
    "show_uri": "https://api.kexp.org/v2/shows/65081/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "City Music",
    "track_id": "0279418a-e7a2-4e3c-894c-a1abfe918dbc",
    "recording_id": "d49559da-680d-407d-a5a6-f65bf6ddbbc1",
    "artist": "Kevin Morby",
    "artist_ids": [
        "eac962e1-0295-4e69-a266-4dab2adb4f11"
    ],
    "album": "City Music",
    "release_id": "f5f0f26f-dcf0-4bd4-a88f-f6e4159ec13f",
    "release_group_id": "ce2c280d-0477-4901-ae43-86d0df621d10",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2017-06-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Back in 2017, Kevin Morby performed live for KEXP VIP Club members at Seattle's Triple Door.  Enjoy that entire wonderful performance, which began with this song, \"City Music\": https://www.youtube.com/watch?v=9a1pwHE_at8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}