Information about plays

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

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

{
    "id": 3549213,
    "uri": "https://api.kexp.org/v2/plays/3549213/?format=api",
    "airdate": "2025-09-05T12:07:43-07:00",
    "show": 64480,
    "show_uri": "https://api.kexp.org/v2/shows/64480/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Something Going ’round",
    "track_id": null,
    "recording_id": "446642e6-64e7-4cfb-883e-a99843432b25",
    "artist": "Grace Cummings",
    "artist_ids": [
        "6bf3264c-6cd9-4124-8ed1-be7c32144a89"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2024-05-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Melbourne artist Grace Cummings gave a stunning performance Live on KEXP in May 2024! Enjoy video of the session here: https://www.youtube.com/watch?v=mHUU4yrmeVc&t=837s\n\nhttps://gracecummings.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}