Information about plays

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

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

{
    "id": 3600443,
    "uri": "https://api.kexp.org/v2/plays/3600443/?format=api",
    "airdate": "2026-01-05T04:42:53-08:00",
    "show": 65568,
    "show_uri": "https://api.kexp.org/v2/shows/65568/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take Your Time",
    "track_id": null,
    "recording_id": "7591edb0-c89a-4943-8a55-4bf3d1792e3f",
    "artist": "Quinn Christopherson",
    "artist_ids": [
        "f3ecde42-0e03-403b-924e-462ff5786738"
    ],
    "album": "Write Your Name in Pink",
    "release_id": null,
    "release_group_id": "f679da26-300d-4bc4-94b3-f1ef716e17a9",
    "labels": [
        "Play It Again Sam"
    ],
    "label_ids": [
        "3ccd1270-99d3-4b83-a311-6c60e127c866"
    ],
    "release_date": "2022-09-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Quinn Christopherson is an Ahtna Athabascan and Iñupiaq songwriter, born, raised, and based in Anchorage, Alaska.\n\nhttps://quinnchristopherson.com/\nhttps://quinnchristopherson.bandcamp.com/track/take-your-time",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}