Information about plays

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

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

{
    "id": 3521602,
    "uri": "https://api.kexp.org/v2/plays/3521602/?format=api",
    "airdate": "2025-07-02T10:04:57-07:00",
    "show": 63899,
    "show_uri": "https://api.kexp.org/v2/shows/63899/?format=api",
    "image_uri": "https://ia803209.us.archive.org/21/items/mbid-c193d238-55f9-4546-8cf6-4ec163038aae/mbid-c193d238-55f9-4546-8cf6-4ec163038aae-41162046443_thumb500.jpg",
    "thumbnail_uri": "https://ia903209.us.archive.org/21/items/mbid-c193d238-55f9-4546-8cf6-4ec163038aae/mbid-c193d238-55f9-4546-8cf6-4ec163038aae-41162046443_thumb250.jpg",
    "song": "UFO",
    "track_id": "83f5d366-46a2-4372-af84-48016858c5ac",
    "recording_id": "8eb6a54d-51e7-4dc4-b516-4e5bcded17ce",
    "artist": "Wimps",
    "artist_ids": [
        "73543c71-5a51-4cac-8b2e-97ed90124053"
    ],
    "album": "Repeat",
    "release_id": "c193d238-55f9-4546-8cf6-4ec163038aae",
    "release_group_id": "58798890-957c-47ae-81c0-35b88dc28019",
    "labels": [
        "End of Time Records"
    ],
    "label_ids": [
        "19e9508e-fe63-470b-9419-9afceec4d83d"
    ],
    "release_date": "2013-01-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "DJ Jewel of Astral Plane is doing a UFO/alien-themed show tonight from 7-10 pm!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}