Information about plays

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

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

{
    "id": 3555691,
    "uri": "https://api.kexp.org/v2/plays/3555691/?format=api",
    "airdate": "2025-09-21T00:00:35-07:00",
    "show": 64619,
    "show_uri": "https://api.kexp.org/v2/shows/64619/?format=api",
    "image_uri": "https://coverartarchive.org/release/c7f45db7-d33a-406b-8064-7807863efd13/9128232457-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c7f45db7-d33a-406b-8064-7807863efd13/9128232457-250.jpg",
    "song": "Cold",
    "track_id": null,
    "recording_id": "9af4b205-e0d5-4503-a40f-d663544864c6",
    "artist": "At the Gates",
    "artist_ids": [
        "35f92c4a-69d0-4ed1-ab9e-05259db89d14"
    ],
    "album": "Slaughter of the Soul",
    "release_id": null,
    "release_group_id": "675e453b-43c5-3c05-9ac8-dc526471e583",
    "labels": [
        "Earache Records"
    ],
    "label_ids": [
        "1b1e78a5-f05c-465e-b1f6-16a3b8077500"
    ],
    "release_date": "1995-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gothenburg, Västra Götaland, Sweden. RIP Tomas Lindberg. You changed metal forever <3\nhttps://atthegates.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}