Information about plays

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

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

{
    "id": 3579845,
    "uri": "https://api.kexp.org/v2/plays/3579845/?format=api",
    "airdate": "2025-11-18T13:14:48-08:00",
    "show": 65146,
    "show_uri": "https://api.kexp.org/v2/shows/65146/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bill Walton",
    "track_id": "668aaac5-6c09-489e-92a8-7807d8292e59",
    "recording_id": "1da406b5-42c7-4b33-8386-49e376daad47",
    "artist": "WIZDUMB & Hash Adams",
    "artist_ids": [
        "da7ba7ea-4c2b-4017-b900-7acbaf57a8ca",
        "9389bb0a-0121-4f8d-94a2-f068844cedb3"
    ],
    "album": "Worst Case Scenario",
    "release_id": "2a028209-0506-458d-8a49-89b64bdb964e",
    "release_group_id": "9b0e0e1b-5c40-4631-a2fb-92261897da9c",
    "labels": [
        "Lo-Flydelity Records"
    ],
    "label_ids": [
        "71d25383-89dc-4cd7-871c-f815e0dbc0bd"
    ],
    "release_date": "2025-08-31",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle producer WIZDUMB + Portland MC Hash Adams",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}