Information about plays

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

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

{
    "id": 3598798,
    "uri": "https://api.kexp.org/v2/plays/3598798/?format=api",
    "airdate": "2026-01-01T11:23:44-08:00",
    "show": 65532,
    "show_uri": "https://api.kexp.org/v2/shows/65532/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Albatross, Albatross, Albatross",
    "track_id": "bf2223e1-4137-3732-94aa-b997b8dda0cd",
    "recording_id": "5cc2098c-cdfc-4713-a9d7-94f1dea41afe",
    "artist": "Mt. St. Helens Vietnam Band",
    "artist_ids": [
        "eeb44ed3-e4d5-4239-928d-428740c902d0"
    ],
    "album": "Mt. St. Helens Vietnam Band",
    "release_id": "a5a913a9-a488-4f20-bf61-a6a43cf3579a",
    "release_group_id": "b067b549-8dd9-39e8-b589-b6e2057e8dac",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2009-03-10",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Holy moly this blows your hair back! Watch the band play this song literally at Mt. St. Helens: \n\nhttps://www.youtube.com/watch?v=6-WQFwVitN8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}