Information about plays

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

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

{
    "id": 3565178,
    "uri": "https://api.kexp.org/v2/plays/3565178/?format=api",
    "airdate": "2025-10-14T23:58:44-07:00",
    "show": 64837,
    "show_uri": "https://api.kexp.org/v2/shows/64837/?format=api",
    "image_uri": "https://ia800604.us.archive.org/33/items/mbid-d0277a84-2462-438f-ae84-ca0a0748aabe/mbid-d0277a84-2462-438f-ae84-ca0a0748aabe-17206727343_thumb500.jpg",
    "thumbnail_uri": "https://ia800604.us.archive.org/33/items/mbid-d0277a84-2462-438f-ae84-ca0a0748aabe/mbid-d0277a84-2462-438f-ae84-ca0a0748aabe-17206727343_thumb250.jpg",
    "song": "Machine",
    "track_id": "42ece1bc-2a3a-4ad9-88ee-b1c7a162923b",
    "recording_id": "6b3ac5c4-da28-462d-9161-34a5133f6f30",
    "artist": "The Horrors",
    "artist_ids": [
        "00467da8-2a92-498f-8b10-a80889bcded7"
    ],
    "album": "V",
    "release_id": "d0277a84-2462-438f-ae84-ca0a0748aabe",
    "release_group_id": "e8a98638-7635-4150-802b-16f5a244356c",
    "labels": [
        "Caroline International"
    ],
    "label_ids": [
        "c091ab76-140a-40fb-b6d1-e6c381cbc099"
    ],
    "release_date": "2017-09-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}