Information about plays

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

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

{
    "id": 3596087,
    "uri": "https://api.kexp.org/v2/plays/3596087/?format=api",
    "airdate": "2025-12-26T02:28:56-08:00",
    "show": 65475,
    "show_uri": "https://api.kexp.org/v2/shows/65475/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Red Bottom Sky",
    "track_id": null,
    "recording_id": "9d804384-6397-4271-95a3-3b78f8a05ed6",
    "artist": "Yung Lean",
    "artist_ids": [
        "757ed661-fbad-4e45-b1cd-a6b09f06f54a"
    ],
    "album": "Stranger",
    "release_id": null,
    "release_group_id": "1e530a00-eb5a-464c-b56c-559feaa553f9",
    "labels": [
        "Soyuz Music"
    ],
    "label_ids": [
        "855e90e8-b613-4857-b9bd-fa2b679c955e"
    ],
    "release_date": "2017-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}