Information about plays

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

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

{
    "id": 3554877,
    "uri": "https://api.kexp.org/v2/plays/3554877/?format=api",
    "airdate": "2025-09-19T05:10:43-07:00",
    "show": 64600,
    "show_uri": "https://api.kexp.org/v2/shows/64600/?format=api",
    "image_uri": "https://dn721609.ca.archive.org/0/items/mbid-b0863951-ca4d-4703-a86b-8c2780ce0ab7/mbid-b0863951-ca4d-4703-a86b-8c2780ce0ab7-32847760460_thumb500.jpg",
    "thumbnail_uri": "https://dn721609.ca.archive.org/0/items/mbid-b0863951-ca4d-4703-a86b-8c2780ce0ab7/mbid-b0863951-ca4d-4703-a86b-8c2780ce0ab7-32847760460_thumb250.jpg",
    "song": "Emma, Get Me a Lemon",
    "track_id": "a2f5bfc0-f5ac-3477-93fe-5a3c50d18b09",
    "recording_id": "13cd3833-3671-4d69-91bc-685a8cc1963b",
    "artist": "The Walkmen",
    "artist_ids": [
        "b7834ebd-64ae-46c3-a930-2d3a52ee743a"
    ],
    "album": "A Hundred Miles Off",
    "release_id": "0d4f31e2-d4a2-466d-b876-c42d2bbe40ba",
    "release_group_id": "def12e1d-bf48-3da8-be5b-7a5cd2230abd",
    "labels": [
        "Record Collection"
    ],
    "label_ids": [
        "41c0078b-d8ff-447f-8595-97ac41c6230a"
    ],
    "release_date": "2006-05-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Emma get me a lemon / And if there are none / Get me a lime / And if we got none / Go out and get some / I’m gonna wait here / By your french door\"\n\nhttps://www.thewalkmen.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}