Information about plays

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

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

{
    "id": 3519555,
    "uri": "https://api.kexp.org/v2/plays/3519555/?format=api",
    "airdate": "2025-06-27T14:47:16-07:00",
    "show": 63851,
    "show_uri": "https://api.kexp.org/v2/shows/63851/?format=api",
    "image_uri": "https://coverartarchive.org/release/ad71727b-3980-457b-bc44-d750d89d810f/2069645043-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ad71727b-3980-457b-bc44-d750d89d810f/2069645043-250.jpg",
    "song": "Otis",
    "track_id": null,
    "recording_id": "6b20de43-170f-4c1a-b19e-f06ab8e717cc",
    "artist": "The Durutti Column¡¡¡¡¡",
    "artist_ids": [],
    "album": "Vini Reilly",
    "release_id": null,
    "release_group_id": "ba405aa4-afc3-30da-847c-3bfb1d898e2e",
    "labels": [
        "Factory"
    ],
    "label_ids": [
        "a2faf590-58fc-4e9f-a85b-eaf6dc266317"
    ],
    "release_date": "1989-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Durutti Column are an English post-punk band formed in 1978 in Manchester, England.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}