Information about plays

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

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

{
    "id": 3568843,
    "uri": "https://api.kexp.org/v2/plays/3568843/?format=api",
    "airdate": "2025-10-23T07:50:09-07:00",
    "show": 64910,
    "show_uri": "https://api.kexp.org/v2/shows/64910/?format=api",
    "image_uri": "https://dn721601.ca.archive.org/0/items/mbid-7111698d-971e-3308-8ac1-99dcbeaff6fb/mbid-7111698d-971e-3308-8ac1-99dcbeaff6fb-39776429720_thumb500.jpg",
    "thumbnail_uri": "https://dn721601.ca.archive.org/0/items/mbid-7111698d-971e-3308-8ac1-99dcbeaff6fb/mbid-7111698d-971e-3308-8ac1-99dcbeaff6fb-39776429720_thumb250.jpg",
    "song": "Kennedy",
    "track_id": "5de7916f-e836-3f75-a2c1-bbf8ccc94997",
    "recording_id": "ba4c8f56-5a7c-4475-8ef3-41d0577abc3a",
    "artist": "The Wedding Present",
    "artist_ids": [
        "707622da-475f-48e1-905d-248718df6521"
    ],
    "album": "Bizarro",
    "release_id": "7111698d-971e-3308-8ac1-99dcbeaff6fb",
    "release_group_id": "2e8716aa-d16f-3d6a-84ed-32218ea0d2bb",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1989-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Bizarro' came out on this day 36 years ago in 1989!\n\nThe Wedding Present was formed from the ashes of Lost Pandas in Leeds, UK 1983 https://scopitones.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}