Information about plays

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

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

{
    "id": 3544849,
    "uri": "https://api.kexp.org/v2/plays/3544849/?format=api",
    "airdate": "2025-08-26T00:58:03-07:00",
    "show": 64389,
    "show_uri": "https://api.kexp.org/v2/shows/64389/?format=api",
    "image_uri": "https://coverartarchive.org/release/2acf34cb-6887-4cc4-9978-e783a7868249/9084160682-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2acf34cb-6887-4cc4-9978-e783a7868249/9084160682-250.jpg",
    "song": "8",
    "track_id": null,
    "recording_id": null,
    "artist": "Dean Blunt & Inga Copeland",
    "artist_ids": [],
    "album": "Black Is Beautiful",
    "release_id": null,
    "release_group_id": "7e27dc4b-dfe1-4f2e-9381-c4470a54ef07",
    "labels": [
        "Hyperdub"
    ],
    "label_ids": [
        "d73fd0e0-8799-4506-ad1b-6342bf46fc77"
    ],
    "release_date": "2012-04-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bieeeeeeeeeee!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}