Information about plays

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

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

{
    "id": 3573891,
    "uri": "https://api.kexp.org/v2/plays/3573891/?format=api",
    "airdate": "2025-11-04T11:25:10-08:00",
    "show": 65021,
    "show_uri": "https://api.kexp.org/v2/shows/65021/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Opus 4",
    "track_id": "270d6b3a-31c2-300d-91cd-fae8fe956040",
    "recording_id": "d1011ca6-60de-4732-9278-a660731180cb",
    "artist": "Art of Noise",
    "artist_ids": [
        "be899560-1570-402e-9f95-3182898a8b70"
    ],
    "album": "The Best of the Art of Noise",
    "release_id": "af66596d-f676-4d65-977e-0b47ff178afc",
    "release_group_id": "bb8d6096-ec7a-3a21-8595-496a110a4ec7",
    "labels": [
        "China Records"
    ],
    "label_ids": [
        "e6cefa22-1847-4b51-b371-079d1899aa79"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Art of Noise (also The Art of Noise) was an English avant-garde synth-pop group formed in early 1983 by engineer/producer Gary Langan and programmer J. J. Jeczalik, along with arranger Anne Dudley, producer Trevor Horn and music journalist Paul Morley.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}