Information about plays

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

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

{
    "id": 3580435,
    "uri": "https://api.kexp.org/v2/plays/3580435/?format=api",
    "airdate": "2025-11-20T00:15:31-08:00",
    "show": 65157,
    "show_uri": "https://api.kexp.org/v2/shows/65157/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Right Hand Man",
    "track_id": "db3a65c2-8fb2-44d8-ac13-cf50255cb284",
    "recording_id": "e067720d-4877-4aef-a2fc-61d5f0004d12",
    "artist": "Katie Tupper",
    "artist_ids": [
        "b955b915-1807-4baa-9403-236ab52454a4"
    ],
    "album": "Greyhound",
    "release_id": "d800ea1e-6389-4e6f-b164-28353ee5fb54",
    "release_group_id": "62542205-231c-4061-8ce4-9347dd225c24",
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [
        "43f1132f-9796-4a96-b898-b71ea7ad9b9b"
    ],
    "release_date": "2026-01-21",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New sounds out of  Saskatoon, Saskatchewan.\n\nhttps://katietupper.bandcamp.com/album/greyhound",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}