Information about plays

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

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

{
    "id": 3573215,
    "uri": "https://api.kexp.org/v2/plays/3573215/?format=api",
    "airdate": "2025-11-02T19:03:34-08:00",
    "show": 65006,
    "show_uri": "https://api.kexp.org/v2/shows/65006/?format=api",
    "image_uri": "https://coverartarchive.org/release/6550ef18-27a2-4b7f-9132-88a189438fac/38804288778-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6550ef18-27a2-4b7f-9132-88a189438fac/38804288778-250.jpg",
    "song": "Rapping With My Subconscious Mind",
    "track_id": null,
    "recording_id": "1de4fb0d-29a1-466a-b894-1a7be6b58ac0",
    "artist": "Heaven Sent & Ecstacy",
    "artist_ids": [
        "98c8ad26-2139-402e-a702-22875e8ae461"
    ],
    "album": "The Greatest Love Story",
    "release_id": null,
    "release_group_id": "0ab7b4e0-ea00-4e85-a23a-015a4fed9bc4",
    "labels": [
        "Jamieko's Records"
    ],
    "label_ids": [
        "15f0679d-533f-40b9-b6ff-7b6c81f74ed0"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Heaven Sent & Ecstacy released \"Rapping With My Subconscious Mind\" on their 1980 album The Greatest Love Story.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}