Information about plays

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

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

{
    "id": 3625398,
    "uri": "https://api.kexp.org/v2/plays/3625398/?format=api",
    "airdate": "2026-03-04T23:13:34-08:00",
    "show": 66093,
    "show_uri": "https://api.kexp.org/v2/shows/66093/?format=api",
    "image_uri": "https://dn711003.ca.archive.org/0/items/mbid-a6a26d77-7c8e-4516-bce3-830abb73b468/mbid-a6a26d77-7c8e-4516-bce3-830abb73b468-21355546732_thumb500.jpg",
    "thumbnail_uri": "https://dn711003.ca.archive.org/0/items/mbid-a6a26d77-7c8e-4516-bce3-830abb73b468/mbid-a6a26d77-7c8e-4516-bce3-830abb73b468-21355546732_thumb250.jpg",
    "song": "Silver",
    "track_id": "7678c7c1-6ee0-466c-ada5-bd1518f63033",
    "recording_id": "34b76958-37a1-44e2-b080-5eb5bb0faebb",
    "artist": "Minus the Bear",
    "artist_ids": [
        "c1e98e4a-4628-4c89-a7a6-0e0171600b05"
    ],
    "album": "VOIDS",
    "release_id": "a6a26d77-7c8e-4516-bce3-830abb73b468",
    "release_group_id": "5d131f07-8f63-4718-bcf6-a53b7a77f047",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2017-03-03",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}