Information about plays

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

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

{
    "id": 3597149,
    "uri": "https://api.kexp.org/v2/plays/3597149/?format=api",
    "airdate": "2025-12-28T11:10:15-08:00",
    "show": 65497,
    "show_uri": "https://api.kexp.org/v2/shows/65497/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Street Light Moon",
    "track_id": "5a7fc200-6d16-4c73-89a5-364407ed0db6",
    "recording_id": "240ba2b1-67b6-4933-ac4d-6ab7c880041c",
    "artist": "Sons of Sevilla",
    "artist_ids": [
        "5fa7d04a-0765-4544-85bf-e17d08b6ac0c"
    ],
    "album": "Street Light Moon",
    "release_id": "938347b1-554c-4ab2-99fe-c7d7037d6481",
    "release_group_id": "8f19d3a9-d402-4754-b268-f3121f2c810b",
    "labels": [
        "Ubiquity"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2025-09-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Groovy new record produced by Adrian Quesada of Black Pumas.\n\nhttps://sonsofsevilla.bandcamp.com/album/street-light-moon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}