Information about plays

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

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

{
    "id": 3533580,
    "uri": "https://api.kexp.org/v2/plays/3533580/?format=api",
    "airdate": "2025-07-30T03:11:49-07:00",
    "show": 64150,
    "show_uri": "https://api.kexp.org/v2/shows/64150/?format=api",
    "image_uri": "https://ia802902.us.archive.org/4/items/mbid-05c38a1d-9acb-3cf3-ae1a-b8367f88b3ae/mbid-05c38a1d-9acb-3cf3-ae1a-b8367f88b3ae-18782213344_thumb500.jpg",
    "thumbnail_uri": "https://ia802902.us.archive.org/4/items/mbid-05c38a1d-9acb-3cf3-ae1a-b8367f88b3ae/mbid-05c38a1d-9acb-3cf3-ae1a-b8367f88b3ae-18782213344_thumb250.jpg",
    "song": "Son of Sam",
    "track_id": "d0a06907-52d5-3919-adfa-17447e59b7f6",
    "recording_id": "256b8dd2-51b9-47c6-a3d7-9fdb9cbb573b",
    "artist": "Elliott Smith",
    "artist_ids": [
        "03ad1736-b7c9-412a-b442-82536d63a5c4"
    ],
    "album": "Figure 8",
    "release_id": "05c38a1d-9acb-3cf3-ae1a-b8367f88b3ae",
    "release_group_id": "2fd75c21-7a92-3bcc-b045-d5bab5c36d11",
    "labels": [
        "DreamWorks Records"
    ],
    "label_ids": [
        "d4751e8e-aa7f-4670-b8a3-4a861bcffa0d"
    ],
    "release_date": "2000-04-17",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The song was not about the real life \"Son of Sam\", serial killer David Berkowitz. Smith explained, \"It's not about the serial killer. I'm not sure exactly what it's about because it's just sort of like telling someone a dream you had last night. There are some destructive figures in it, 'Son of Sam', Shiva... but Shiva's also associated with creativity... I'm not sure... it's just an impressionistic song about destruction and creativity, I guess, if it's about anything.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}