Information about plays

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

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

{
    "id": 3440535,
    "uri": "https://api.kexp.org/v2/plays/3440535/?format=api",
    "airdate": "2024-12-20T16:19:26-08:00",
    "show": 62161,
    "show_uri": "https://api.kexp.org/v2/shows/62161/?format=api",
    "image_uri": "https://ia600205.us.archive.org/23/items/mbid-cbaa8309-ebcb-4b71-b16b-be1fe9d6d0f2/mbid-cbaa8309-ebcb-4b71-b16b-be1fe9d6d0f2-38049092065_thumb500.jpg",
    "thumbnail_uri": "https://ia800205.us.archive.org/23/items/mbid-cbaa8309-ebcb-4b71-b16b-be1fe9d6d0f2/mbid-cbaa8309-ebcb-4b71-b16b-be1fe9d6d0f2-38049092065_thumb250.jpg",
    "song": "Frog in Boiling Water",
    "track_id": "e47b09ea-b7b4-460d-97ec-6316c2761753",
    "recording_id": "bbeaa6e0-721c-4d11-b576-a3fe37a0b202",
    "artist": "DIIV",
    "artist_ids": [
        "b5ff61dd-0154-4e80-b46b-c733f87db602"
    ],
    "album": "Frog in Boiling Water",
    "release_id": "cbaa8309-ebcb-4b71-b16b-be1fe9d6d0f2",
    "release_group_id": "d90290b3-5187-4a06-bf65-d5b327cabad9",
    "labels": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "release_date": "2024-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#31! \n\nThis is the fourth studio album to come from indie rock group, DIIV.\nThey just visited KEXP over the summer, check out the video of their live performance here:\nhttps://www.youtube.com/watch?v=OlsfSjXVHF0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}