Information about plays

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

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

{
    "id": 3581522,
    "uri": "https://api.kexp.org/v2/plays/3581522/?format=api",
    "airdate": "2025-11-22T18:04:05-08:00",
    "show": 65183,
    "show_uri": "https://api.kexp.org/v2/shows/65183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "BOOK AND A COLD",
    "track_id": null,
    "recording_id": null,
    "artist": "Foamboy",
    "artist_ids": [
        "22c93a3d-e9c2-455b-bf7f-24a0f6e4d048"
    ],
    "album": "BOOK AND A COLD",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Dance yr ass off to the newest song from Portland's foamboy!\n\nhttps://foamboy.bandcamp.com/track/book-and-a-cold",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}