Information about plays

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

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

{
    "id": 3595353,
    "uri": "https://api.kexp.org/v2/plays/3595353/?format=api",
    "airdate": "2025-12-24T12:44:41-08:00",
    "show": 65464,
    "show_uri": "https://api.kexp.org/v2/shows/65464/?format=api",
    "image_uri": "https://coverartarchive.org/release/8e239355-c96f-438c-a44f-fdb20255fc2c/41343749403-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8e239355-c96f-438c-a44f-fdb20255fc2c/41343749403-250.jpg",
    "song": "Angele Ni Fie",
    "track_id": null,
    "recording_id": "72d152fc-349d-4a4a-bc68-bf7c2921aa17",
    "artist": "Juls & Sango",
    "artist_ids": [
        "06059ff3-720e-4b33-8e34-b98933817fe8",
        "150aacdf-a15f-46b8-8a99-25cde68e90de"
    ],
    "album": "Fufu & Grits",
    "release_id": null,
    "release_group_id": "96d0d878-0d4e-4333-808a-ead59c810f50",
    "labels": [
        "Soulection"
    ],
    "label_ids": [
        "6ebcd9d2-87d0-4cb1-82ca-5d80bbabdb8d"
    ],
    "release_date": "2020-05-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}