Information about plays

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

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

{
    "id": 3421661,
    "uri": "https://api.kexp.org/v2/plays/3421661/?format=api",
    "airdate": "2024-11-05T08:58:41-08:00",
    "show": 61769,
    "show_uri": "https://api.kexp.org/v2/shows/61769/?format=api",
    "image_uri": "https://ia800701.us.archive.org/15/items/mbid-9ec6d7f6-cade-45e2-b92b-5f5bcfe8a4a3/mbid-9ec6d7f6-cade-45e2-b92b-5f5bcfe8a4a3-35087350677_thumb500.jpg",
    "thumbnail_uri": "https://ia600701.us.archive.org/15/items/mbid-9ec6d7f6-cade-45e2-b92b-5f5bcfe8a4a3/mbid-9ec6d7f6-cade-45e2-b92b-5f5bcfe8a4a3-35087350677_thumb250.jpg",
    "song": "Fortunate Son",
    "track_id": "13881e5a-b4e3-3a81-ad57-1ba11b988791",
    "recording_id": "a278228c-a97a-4e72-a632-25738da8397b",
    "artist": "Creedence Clearwater Revival",
    "artist_ids": [
        "109958eb-a335-4c5e-907e-597ff4c6af46"
    ],
    "album": "Fortunate Son",
    "release_id": "9ec6d7f6-cade-45e2-b92b-5f5bcfe8a4a3",
    "release_group_id": "8e4a9f78-3887-445d-8ffb-e2135190dbf4",
    "labels": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "release_date": "1969-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "As requested by a \"John.\" DEAR GOD THE REQUEST IS COMING FROM INSIDE THE BOOTH! HIDE UNDER THOSE CHAINSAWS!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}