Information about plays

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

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

{
    "id": 3667613,
    "uri": "https://api.kexp.org/v2/plays/3667613/?format=api",
    "airdate": "2026-06-14T00:05:35-07:00",
    "show": 66983,
    "show_uri": "https://api.kexp.org/v2/shows/66983/?format=api",
    "image_uri": "https://coverartarchive.org/release/b1a4249a-89ae-42ca-b7e4-d66744c531c6/20680639890-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b1a4249a-89ae-42ca-b7e4-d66744c531c6/20680639890-250.jpg",
    "song": "Witchcraft",
    "track_id": null,
    "recording_id": "0d916520-1ed7-41e0-9baf-7c4041dada20",
    "artist": "Obtained Enslavement",
    "artist_ids": [
        "909d0c93-49c1-46c3-b3a1-073d5196ecd0"
    ],
    "album": "Witchcraft",
    "release_id": null,
    "release_group_id": "d2955856-5ddd-39fa-aefa-bee144401578",
    "labels": [
        "Wounded Love Records"
    ],
    "label_ids": [
        "cbd8a769-14c2-43e9-b5ab-3671398e7e89"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Obtained Enslavement formed in Norway in 1989 and split up in 2000.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}