Information about plays

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

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

{
    "id": 3548060,
    "uri": "https://api.kexp.org/v2/plays/3548060/?format=api",
    "airdate": "2025-09-02T16:15:55-07:00",
    "show": 64456,
    "show_uri": "https://api.kexp.org/v2/shows/64456/?format=api",
    "image_uri": "https://ia801605.us.archive.org/7/items/mbid-e055d9fc-677e-49ec-95b1-c73ec653a727/mbid-e055d9fc-677e-49ec-95b1-c73ec653a727-22366660452_thumb500.jpg",
    "thumbnail_uri": "https://ia801605.us.archive.org/7/items/mbid-e055d9fc-677e-49ec-95b1-c73ec653a727/mbid-e055d9fc-677e-49ec-95b1-c73ec653a727-22366660452_thumb250.jpg",
    "song": "Keep",
    "track_id": "3c2ad3bd-fdb5-4c2b-82ff-cf8a3231afd9",
    "recording_id": "7f0fd7d7-f06e-4726-8e65-42d07c3de1fe",
    "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": "2019's \"Keepsake\" was the solo debut release from Australian \"dream-pop idol\"  Harriette Pilbeam, aka Hatchie: https://consequence.net/2019/06/album-review-hatchie-keepsake/\n\nEvie hosted Hatchie live in the KEXP studio in 2019 - you can watch that performance here:  https://www.youtube.com/watch?v=EPBKs6jzfE0\n\nhttps://hatchie.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}