Information about plays

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

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

{
    "id": 3577057,
    "uri": "https://api.kexp.org/v2/plays/3577057/?format=api",
    "airdate": "2025-11-12T02:45:33-08:00",
    "show": 65086,
    "show_uri": "https://api.kexp.org/v2/shows/65086/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "sona",
    "track_id": null,
    "recording_id": null,
    "artist": "plash",
    "artist_ids": [
        "f6b7d03a-b2ba-41eb-8737-9772ed693f90"
    ],
    "album": "I live alone",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Porchlight Records"
    ],
    "label_ids": [],
    "release_date": "2025-11-11",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Seattle-born Korean-American band just dropped their first single \"sona\" from their debut album, I live alone.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}