Information about plays

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

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

{
    "id": 3586634,
    "uri": "https://api.kexp.org/v2/plays/3586634/?format=api",
    "airdate": "2025-12-04T08:00:48-08:00",
    "show": 65285,
    "show_uri": "https://api.kexp.org/v2/shows/65285/?format=api",
    "image_uri": "https://ia601404.us.archive.org/8/items/mbid-77b52563-57fa-4553-863b-390ed2b1a4b3/mbid-77b52563-57fa-4553-863b-390ed2b1a4b3-2980538867_thumb500.jpg",
    "thumbnail_uri": "https://ia601404.us.archive.org/8/items/mbid-77b52563-57fa-4553-863b-390ed2b1a4b3/mbid-77b52563-57fa-4553-863b-390ed2b1a4b3-2980538867_thumb250.jpg",
    "song": "Red Balloons",
    "track_id": "034f276f-cce2-3928-83bc-a44c814f8445",
    "recording_id": "a7ff9775-5c02-43d0-9a49-8ed24c1715cc",
    "artist": "Carter Tanton",
    "artist_ids": [
        "719ce7cf-978c-4d08-aa7e-657e6c406539"
    ],
    "album": "Live at KEXP, Volume Four",
    "release_id": "77b52563-57fa-4553-863b-390ed2b1a4b3",
    "release_group_id": "a32e5bc9-0c81-374c-a95e-7174ae588a19",
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Live at KEXP Volume 4! Here is Carter Tanton singing Red Balloons at the Mural Amphitheater: https://www.youtube.com/watch?v=S8Cq5vIuEOQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}