Information about plays

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

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

{
    "id": 3574930,
    "uri": "https://api.kexp.org/v2/plays/3574930/?format=api",
    "airdate": "2025-11-07T01:18:46-08:00",
    "show": 65042,
    "show_uri": "https://api.kexp.org/v2/shows/65042/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Angoon",
    "track_id": null,
    "recording_id": null,
    "artist": "Portugal. The Man",
    "artist_ids": [],
    "album": "SHISH",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KNIK"
    ],
    "label_ids": [],
    "release_date": "2025-11-07",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://portugaltheman.bandcamp.com/album/shish\n\n---\nShish is the tenth studio album by the American rock band Portugal. The Man based in Portland, OR by way of Wasilla, AK.\n\nUpcoming shows:\n\nNov 6-7 Portland (Revolution Hall)\nNov 9 Seattle (Showbox SoDo)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}