Information about plays

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

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

{
    "id": 3560059,
    "uri": "https://api.kexp.org/v2/plays/3560059/?format=api",
    "airdate": "2025-10-01T12:41:42-07:00",
    "show": 64717,
    "show_uri": "https://api.kexp.org/v2/shows/64717/?format=api",
    "image_uri": "https://dn710002.ca.archive.org/0/items/mbid-e7daf439-68ba-4753-99e6-aeb58e9db0fb/mbid-e7daf439-68ba-4753-99e6-aeb58e9db0fb-36629761924_thumb500.jpg",
    "thumbnail_uri": "https://dn710002.ca.archive.org/0/items/mbid-e7daf439-68ba-4753-99e6-aeb58e9db0fb/mbid-e7daf439-68ba-4753-99e6-aeb58e9db0fb-36629761924_thumb250.jpg",
    "song": "Hey Now What’s The Problem",
    "track_id": "a197066b-6c20-48f2-bc70-3022d2ab597b",
    "recording_id": "f2f851d2-112f-4d5c-a01a-6bf48ae660f9",
    "artist": "Brad",
    "artist_ids": [
        "edbaa513-b8d3-4e8f-b81f-ef640b8ad128"
    ],
    "album": "In The Moment That You’re Born",
    "release_id": "e7daf439-68ba-4753-99e6-aeb58e9db0fb",
    "release_group_id": "8432889a-a8e4-41fc-b9bb-b8231b862304",
    "labels": [
        "Loosegroove Records"
    ],
    "label_ids": [
        "46a478af-52fc-41db-868c-1abd9010f02f"
    ],
    "release_date": "2023-07-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Regan Hagar, drummer in Brad, among other projects! Hagar grew up on Bainbridge Island and has been active in the Seattle music scene since the 80s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}