Information about plays

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

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

{
    "id": 3598085,
    "uri": "https://api.kexp.org/v2/plays/3598085/?format=api",
    "airdate": "2025-12-30T16:58:36-08:00",
    "show": 65518,
    "show_uri": "https://api.kexp.org/v2/shows/65518/?format=api",
    "image_uri": "https://ia600208.us.archive.org/30/items/mbid-17b716ea-010f-43e2-a101-f11169466090/mbid-17b716ea-010f-43e2-a101-f11169466090-13603961614_thumb500.jpg",
    "thumbnail_uri": "https://ia800208.us.archive.org/30/items/mbid-17b716ea-010f-43e2-a101-f11169466090/mbid-17b716ea-010f-43e2-a101-f11169466090-13603961614_thumb250.jpg",
    "song": "Life Itself",
    "track_id": "10f82910-7a7e-4177-b0e7-4e2503a2929a",
    "recording_id": "7d70a780-8348-4382-b4be-350ac72cb523",
    "artist": "Glass Animals",
    "artist_ids": [
        "20395131-fbde-43ce-b141-b700cfdae99c"
    ],
    "album": "Life Itself",
    "release_id": "17b716ea-010f-43e2-a101-f11169466090",
    "release_group_id": "22b8619b-7d12-421f-a5bf-9911a30cddd8",
    "labels": [
        "Wolf Tone"
    ],
    "label_ids": [
        "d608beef-b792-4759-83cf-304079571d30"
    ],
    "release_date": "2016-05-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a biography of \"genre-mashers\" Glass Animals and their singer-songwriter Dave Bayley: https://www.allmusic.com/artist/glass-animals-mn0002984484#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}