Information about plays

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

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

{
    "id": 3608770,
    "uri": "https://api.kexp.org/v2/plays/3608770/?format=api",
    "airdate": "2026-01-25T01:30:58-08:00",
    "show": 65748,
    "show_uri": "https://api.kexp.org/v2/shows/65748/?format=api",
    "image_uri": "https://coverartarchive.org/release/9374f458-33bd-4589-91ab-1ddeb0df1adb/26179211138-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9374f458-33bd-4589-91ab-1ddeb0df1adb/26179211138-250.jpg",
    "song": "Tyende Sang",
    "track_id": null,
    "recording_id": "0151dad0-be2b-4d67-8c13-96fea4523181",
    "artist": "Afsky",
    "artist_ids": [
        "5f601c8d-24af-4eb6-a2bb-f7e04ad40ed8"
    ],
    "album": "Ofte jeg drømmer mig død",
    "release_id": null,
    "release_group_id": "40f42c4e-5bcd-4945-977e-ba23890986e5",
    "labels": [
        "Vendetta Records"
    ],
    "label_ids": [
        "2c13b9ba-9309-4166-ac56-d1ee5a8b75b1"
    ],
    "release_date": "2020-05-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ofte jeg drømmer mig død made our Top 10 Albums of 2020.\n\nAfsky just announced a huge merch restock, which is available on their website.\n\nhttps://afsky.bandcamp.com/music\nhttps://www.facebook.com/afskymusic\nhttps://www.afsky-merchandise.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}