Information about plays

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

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

{
    "id": 3641440,
    "uri": "https://api.kexp.org/v2/plays/3641440/?format=api",
    "airdate": "2026-04-13T05:10:47-07:00",
    "show": 66441,
    "show_uri": "https://api.kexp.org/v2/shows/66441/?format=api",
    "image_uri": "https://dn710303.ca.archive.org/0/items/mbid-34e73dee-80a2-494b-a73e-57de68bd9a85/mbid-34e73dee-80a2-494b-a73e-57de68bd9a85-2185516666_thumb500.jpg",
    "thumbnail_uri": "https://dn710303.ca.archive.org/0/items/mbid-34e73dee-80a2-494b-a73e-57de68bd9a85/mbid-34e73dee-80a2-494b-a73e-57de68bd9a85-2185516666_thumb250.jpg",
    "song": "Nothing Is the News",
    "track_id": "0daa2923-255e-3eba-9614-279c79716d6e",
    "recording_id": "c0a3ebef-a450-4873-a17a-62d05dbb6800",
    "artist": "Damien Jurado",
    "artist_ids": [
        "f4805b9d-68f8-438e-8f13-ec7bcb4c8581"
    ],
    "album": "Maraqopa",
    "release_id": "34e73dee-80a2-494b-a73e-57de68bd9a85",
    "release_group_id": "b9d4f60c-0e06-41c4-b8ef-096886de8810",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2012-02-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Opening track and lead single from Damien Jurado's tenth studio album, Maraqopa, produced by the late, great Richard Swift. \n\nWatch Damien perform this track live in 2016: https://www.youtube.com/watch?v=Fj4V2_HND-A \n\nhttp://damienjurado.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}