Information about plays

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

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

{
    "id": 3592187,
    "uri": "https://api.kexp.org/v2/plays/3592187/?format=api",
    "airdate": "2025-12-17T07:28:17-08:00",
    "show": 65401,
    "show_uri": "https://api.kexp.org/v2/shows/65401/?format=api",
    "image_uri": "https://ia802903.us.archive.org/32/items/mbid-2ec1502e-1763-302d-9a92-fa8799566156/mbid-2ec1502e-1763-302d-9a92-fa8799566156-35883657505_thumb500.jpg",
    "thumbnail_uri": "https://ia902903.us.archive.org/32/items/mbid-2ec1502e-1763-302d-9a92-fa8799566156/mbid-2ec1502e-1763-302d-9a92-fa8799566156-35883657505_thumb250.jpg",
    "song": "In a Lonely Place",
    "track_id": "1abb44a0-53e0-3ed4-9500-d782f1fc30b8",
    "recording_id": "20fec892-4f41-46fc-ae28-3b0f1bae738a",
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Substance 1987",
    "release_id": "2ec1502e-1763-302d-9a92-fa8799566156",
    "release_group_id": "95f78ba6-4cdb-3c88-972a-4ef3220f7ad1",
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Body that curls in and hides\nHardships that often belie\nWarm like a dog round your feet\nHow I wish you were here with me now\"\n\nClearly written as a Gothmiss carol.\n\nOriginally written as a Joy Division song, which New Order took on under their new name following the death of Ian Curtis.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}