Information about plays

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

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

{
    "id": 3601517,
    "uri": "https://api.kexp.org/v2/plays/3601517/?format=api",
    "airdate": "2026-01-07T19:03:05-08:00",
    "show": 65590,
    "show_uri": "https://api.kexp.org/v2/shows/65590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Final Weapon",
    "track_id": "9358d4b6-6341-41c5-9ab9-a642620e47d8",
    "recording_id": "5eb1f98a-8b4b-4a8b-b8ff-89a0c8a8beb1",
    "artist": "Dummy",
    "artist_ids": [
        "20485631-5c2a-4cec-918a-1c7df650c072"
    ],
    "album": "Mandatory Enjoyment",
    "release_id": "c4e4dc85-3bb3-4f6a-9dad-0182b45a7d0a",
    "release_group_id": "62cb1b7a-cd77-4956-bf9c-3b4716b8b470",
    "labels": [
        "Trouble in Mind"
    ],
    "label_ids": [
        "8c5c6efd-f29d-4bf0-9b42-d5df674c4c97"
    ],
    "release_date": "2021-10-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The song “Final Weapon” weaves a lot of disparities together. It’s got a frantic beat but a laid back, dreamy vocal delivery. It’s a fairly poppy and upbeat track, but the lyrical themes are rather serious: nuclear weapons testing and military experimentation. The video relates more to the overall feeling of the song – on an initial surface level everything is bright, colorful fun, but pretty soon things frantically devolve in front of your eyes, and more disturbing images start to appear.\" --Emma Maatman from Dummy\n--\nSee a live performance of \"Final Weapon\" in the KEXP studio in December, 2021: https://www.youtube.com/watch?v=ncLCx4XU9Lg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}