Information about plays

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

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

{
    "id": 3565425,
    "uri": "https://api.kexp.org/v2/plays/3565425/?format=api",
    "airdate": "2025-10-15T13:48:55-07:00",
    "show": 64842,
    "show_uri": "https://api.kexp.org/v2/shows/64842/?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 hallmark of an Elliott Smith track is the signature Elliott Smith vocal. It's airy and soft spoken, but double tracked (two takes of the vocal playing at the same time) to bring a strength and thickness to it in the recordings. If you aren't familiar with the way double tracked vocals sound, the giveaway is on the sibilances (S's, X's, etc.) when you can hear them hit just a split second apart. Sometimes the words start or end just a little off as well. Anyway, it takes a really great vocalist to do it well because you have to give the exact same performance twice for it to work....\"\n\nEnjoy a great review of this song:  https://www.musicthatdoesntsuckmonthly.com/playlist/2016/8/6/83-elliot-smith-son-of-sam",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}