Information about plays

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

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

{
    "id": 3673114,
    "uri": "https://api.kexp.org/v2/plays/3673114/?format=api",
    "airdate": "2026-06-27T08:59:06-07:00",
    "show": 67099,
    "show_uri": "https://api.kexp.org/v2/shows/67099/?format=api",
    "image_uri": "https://coverartarchive.org/release/7e5fb9db-af45-4dd7-a234-2e89594c07b1/36552399350-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7e5fb9db-af45-4dd7-a234-2e89594c07b1/36552399350-250.jpg",
    "song": "Thanks",
    "track_id": null,
    "recording_id": "2e5e8669-2b57-4bb6-9283-20ab0694cf07",
    "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": "Ahtna Athabascan, Iñupiaq\t\n\nQuinn Christopherson is a Trans Ahtna Athabascan and Iñupiaq songwriter, born, raised, and based in Anchorage, Alaska.\n\nhttps://quinnchristopherson.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}