Information about plays

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

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

{
    "id": 3599040,
    "uri": "https://api.kexp.org/v2/plays/3599040/?format=api",
    "airdate": "2026-01-02T02:04:03-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In My Dream",
    "track_id": "6918b5b6-f8df-40a5-a0d9-71c3d7c30bc1",
    "recording_id": "847ca3e1-c95b-4e5e-976c-0708f56883d7",
    "artist": "The Flavr Blue",
    "artist_ids": [
        "6aee3fac-badd-40e3-86fc-5d8bc0da998f"
    ],
    "album": "Bright Vices",
    "release_id": "38a6389c-a2b4-4170-b7b0-563cdd2d0cd3",
    "release_group_id": "8958555d-2a6d-4bb6-962c-1601662fd7f1",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2013-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}