Information about plays

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

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

{
    "id": 3569144,
    "uri": "https://api.kexp.org/v2/plays/3569144/?format=api",
    "airdate": "2025-10-24T01:32:01-07:00",
    "show": 64916,
    "show_uri": "https://api.kexp.org/v2/shows/64916/?format=api",
    "image_uri": "https://coverartarchive.org/release/2caaec24-1aa6-4ec3-b39d-60e5bb6ccfd8/29530517838-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2caaec24-1aa6-4ec3-b39d-60e5bb6ccfd8/29530517838-250.jpg",
    "song": "enjoy the silence",
    "track_id": null,
    "recording_id": "c0b9415b-a3d7-43a7-8dec-7b2ada17a135",
    "artist": "Fousheé",
    "artist_ids": [
        "a298565e-d43e-46c4-b35c-bfe131258815"
    ],
    "album": "time machine",
    "release_id": null,
    "release_group_id": "a61fe53c-f98f-4503-a786-d8cbe4faf939",
    "labels": [
        "RCA",
        "Trackmasters Entertainment"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946",
        "3d6e7500-494d-4e02-a72e-765da9d1496e"
    ],
    "release_date": "2021-06-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fousheé's cover of Depeche Mode's \"Enjoy the Silence\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}