Information about plays

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

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

{
    "id": 3590252,
    "uri": "https://api.kexp.org/v2/plays/3590252/?format=api",
    "airdate": "2025-12-12T18:22:14-08:00",
    "show": 65358,
    "show_uri": "https://api.kexp.org/v2/shows/65358/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Maybe So Maybe No",
    "track_id": null,
    "recording_id": null,
    "artist": "The Holidays",
    "artist_ids": [
        "62e6d2cf-fe01-48de-929e-57e76f5468c5"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Soul Hawk"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1969 release. Mayer Hawthorne covered this 40 years later!\n\nhttps://aotns.bandcamp.com/album/maybe-so-maybe-no-my-baby-aint-no-plaything",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}