Information about plays

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

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

{
    "id": 3582152,
    "uri": "https://api.kexp.org/v2/plays/3582152/?format=api",
    "airdate": "2025-11-24T01:28:19-08:00",
    "show": 65194,
    "show_uri": "https://api.kexp.org/v2/shows/65194/?format=api",
    "image_uri": "https://coverartarchive.org/release/872f474a-e58e-4bae-ac51-89faaec80036/14739703412-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/872f474a-e58e-4bae-ac51-89faaec80036/14739703412-250.jpg",
    "song": "Herandnu",
    "track_id": null,
    "recording_id": "ddb8698d-6276-4b96-a533-18582d9f1d5d",
    "artist": "Weather Report",
    "artist_ids": [
        "0f9997bd-e079-429e-8ccd-9378c9b0c746"
    ],
    "album": "Black Market",
    "release_id": null,
    "release_group_id": "7db657be-44b2-38ea-9296-663c5446096d",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1976-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}