Information about plays

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

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

{
    "id": 3583483,
    "uri": "https://api.kexp.org/v2/plays/3583483/?format=api",
    "airdate": "2025-11-27T02:33:28-08:00",
    "show": 65220,
    "show_uri": "https://api.kexp.org/v2/shows/65220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "News Feed",
    "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": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Makaya McCraven, following up his 2022 release In These Times, dropped four EPs in 2025: Techno Logic, The People’s Mixtape, Hidden Out!, and PopUp Shop. All together, the four distinct records formed the physical record release \"Off the Record,\" which dropped on October 31. intlanthem.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}