Information about plays

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

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

{
    "id": 3636072,
    "uri": "https://api.kexp.org/v2/plays/3636072/?format=api",
    "airdate": "2026-03-31T16:00:22-07:00",
    "show": 66330,
    "show_uri": "https://api.kexp.org/v2/shows/66330/?format=api",
    "image_uri": "https://dn710905.ca.archive.org/0/items/mbid-e055d9fc-677e-49ec-95b1-c73ec653a727/mbid-e055d9fc-677e-49ec-95b1-c73ec653a727-22366660452_thumb500.jpg",
    "thumbnail_uri": "https://dn710905.ca.archive.org/0/items/mbid-e055d9fc-677e-49ec-95b1-c73ec653a727/mbid-e055d9fc-677e-49ec-95b1-c73ec653a727-22366660452_thumb250.jpg",
    "song": "When I Get Out",
    "track_id": "9dce1786-51d2-4cf1-a26d-2a4800be4d79",
    "recording_id": "049f52b0-bdac-4285-9eea-838f20681a0b",
    "artist": "Hatchie",
    "artist_ids": [
        "b51f07c9-a42c-4ea7-b5ed-ce4b7f47101a"
    ],
    "album": "Keepsake",
    "release_id": "e055d9fc-677e-49ec-95b1-c73ec653a727",
    "release_group_id": "99537b68-419e-43a2-a1bd-8f1a8f47e50b",
    "labels": [
        "Double Double Whammy"
    ],
    "label_ids": [
        "4eb25f65-0b0b-49ac-9089-167f0a9d211b"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Harriette Pilbeam (Hatchie) is an Australian singer-songwriter, Keepsake is her debut album from 2019.\n\nEvie hosted Hatchie Live in the KEXP Studio in September 2019. You can watch that session here: https://youtu.be/EPBKs6jzfE0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}