Information about plays

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

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

{
    "id": 3553656,
    "uri": "https://api.kexp.org/v2/plays/3553656/?format=api",
    "airdate": "2025-09-16T06:10:46-07:00",
    "show": 64576,
    "show_uri": "https://api.kexp.org/v2/shows/64576/?format=api",
    "image_uri": "https://ia800705.us.archive.org/29/items/mbid-5285f0c8-f382-4347-a41f-4d18a851eb3d/mbid-5285f0c8-f382-4347-a41f-4d18a851eb3d-5915165729_thumb500.jpg",
    "thumbnail_uri": "https://ia600705.us.archive.org/29/items/mbid-5285f0c8-f382-4347-a41f-4d18a851eb3d/mbid-5285f0c8-f382-4347-a41f-4d18a851eb3d-5915165729_thumb250.jpg",
    "song": "Silver Timothy",
    "track_id": "6521ac87-86a9-4d57-8731-982dc6b3e377",
    "recording_id": "476004de-6c15-4809-a944-77ac29260463",
    "artist": "Damien Jurado",
    "artist_ids": [
        "f4805b9d-68f8-438e-8f13-ec7bcb4c8581"
    ],
    "album": "Brothers and Sisters of the Eternal Son",
    "release_id": "5285f0c8-f382-4347-a41f-4d18a851eb3d",
    "release_group_id": "bedccc9c-9b65-4162-bcc5-ef0fc5caf26a",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2014-01-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Damien has played Live on KEXP many times. In his most recent session he played a selection of tracks from the early days of his career. Check out the video here: https://www.youtube.com/watch?v=MXa0CamaXVA\n==\nhttps://damienjurado.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}