Information about plays

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

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

{
    "id": 3611618,
    "uri": "https://api.kexp.org/v2/plays/3611618/?format=api",
    "airdate": "2026-01-31T21:49:32-08:00",
    "show": 65808,
    "show_uri": "https://api.kexp.org/v2/shows/65808/?format=api",
    "image_uri": "https://coverartarchive.org/release/c85964c4-c1df-4fb8-9724-07696fe60843/23379500537-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c85964c4-c1df-4fb8-9724-07696fe60843/23379500537-250.jpg",
    "song": "Sex & Violence",
    "track_id": null,
    "recording_id": "1a00c185-4862-4c16-bf45-b3e3f804a9fe",
    "artist": "The Exploited",
    "artist_ids": [
        "9876cc18-e3c4-487a-b330-e67b08eee2b2"
    ],
    "album": "Punks Not Dead",
    "release_id": null,
    "release_group_id": "b6a64811-5c0d-36e1-9444-6ea2fb0a0832",
    "labels": [
        "Secret Records"
    ],
    "label_ids": [
        "563fb971-7569-4ba2-98a1-bc7db2d9add9"
    ],
    "release_date": "1981-05-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Exploited just kicked off a European tour to commemorate the 45th anniversary of Punks Not Dead.\n\nhttps://www.facebook.com/theexploitedofficial/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}