Information about plays

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

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

{
    "id": 3571516,
    "uri": "https://api.kexp.org/v2/plays/3571516/?format=api",
    "airdate": "2025-10-29T19:20:15-07:00",
    "show": 64968,
    "show_uri": "https://api.kexp.org/v2/shows/64968/?format=api",
    "image_uri": "https://coverartarchive.org/release/127d157d-dbe3-483f-87d2-5e0eb9580044/12565651101-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/127d157d-dbe3-483f-87d2-5e0eb9580044/12565651101-250.jpg",
    "song": "Evil-Hearted You",
    "track_id": null,
    "recording_id": "debc9ec8-2009-4f7d-a47f-c23ce1cc3544",
    "artist": "Mourning Reign",
    "artist_ids": [
        "639bb6f7-c305-4759-82c9-fb585a18537b"
    ],
    "album": "Mourning Reign",
    "release_id": null,
    "release_group_id": "8a9d96cd-4da8-4e6b-a808-bb39e501f752",
    "labels": [
        "BeatRocket"
    ],
    "label_ids": [
        "0649d39d-6205-42e7-a6ae-a6b71d56e6dd"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "San Jose, CA psych garage rockers from the 60s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}