Information about plays

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

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

{
    "id": 3560214,
    "uri": "https://api.kexp.org/v2/plays/3560214/?format=api",
    "airdate": "2025-10-01T21:43:42-07:00",
    "show": 64720,
    "show_uri": "https://api.kexp.org/v2/shows/64720/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "San Francisco Lights",
    "track_id": "c879e483-77c7-3577-b48e-70b7146c6096",
    "recording_id": "a84e5a85-1c18-41da-80be-2a2f325d6715",
    "artist": "Bobbi Humphrey",
    "artist_ids": [
        "59479c29-54ce-429d-9ef8-b7005cd1b6be"
    ],
    "album": "Blue Breakbeats",
    "release_id": "cd8ada21-dea7-4eb2-aea5-3ce0b16b8c5f",
    "release_group_id": "a0c5475a-5d97-3b56-9825-b1bab0b446c0",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Barbara Ann \"Bobbi\" Humphrey is an American jazz flutist and singer, and the first female instrumentalist to be signed to Blue Note Records in 1971.\n\nhttps://www.bluenote.com/artist/bobbi-humphrey/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}