Information about plays

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

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

{
    "id": 3563210,
    "uri": "https://api.kexp.org/v2/plays/3563210/?format=api",
    "airdate": "2025-10-10T01:22:38-07:00",
    "show": 64792,
    "show_uri": "https://api.kexp.org/v2/shows/64792/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Choo Choo",
    "track_id": null,
    "recording_id": null,
    "artist": "Makaya McCraven",
    "artist_ids": [
        "59476fae-d0c9-4ebd-b03c-c38b19b30dff"
    ],
    "album": "Off the Record",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "International Anthem"
    ],
    "label_ids": [],
    "release_date": "2025-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Makaya McCraven dropped four digital EPs: Techno Logic, The People's Mixtape, Hidden Out!, and PopUp Shop. All four have been compiled into a physical release called Off the Record:\n\nhttps://intlanthem.bandcamp.com/merch/2xcd-makaya-mccraven-off-the-record",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}