Information about plays

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

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

{
    "id": 3607614,
    "uri": "https://api.kexp.org/v2/plays/3607614/?format=api",
    "airdate": "2026-01-22T10:47:24-08:00",
    "show": 65723,
    "show_uri": "https://api.kexp.org/v2/shows/65723/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fantasy",
    "track_id": "aedf5eb5-c974-4d88-bf3a-33448ffd7020",
    "recording_id": "a02cb289-bc80-4568-92e5-3f781e2c857f",
    "artist": "Aldo Nova",
    "artist_ids": [
        "e6bf38dd-d18f-477d-80e5-74b8bf8d98ef"
    ],
    "album": "Aldo Nova",
    "release_id": "b54df6d7-28a1-42b7-b842-cbb9a0ae5816",
    "release_group_id": "b9030eb4-fae5-39f0-a3e5-45f1b6a2e3d6",
    "labels": [
        "Portrait"
    ],
    "label_ids": [
        "fe724a49-d5d8-4284-9101-92d7efddd0b4"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aldo Nova is the stage name of Aldo Caporuscio, a Canadian hard rock musician and music producer. He is a guitarist, keyboardist, and vocalist who gained popularity in the 80's.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}