Information about plays

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

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

{
    "id": 3544354,
    "uri": "https://api.kexp.org/v2/plays/3544354/?format=api",
    "airdate": "2025-08-24T18:44:56-07:00",
    "show": 64378,
    "show_uri": "https://api.kexp.org/v2/shows/64378/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Mr. Maurice",
    "artist_ids": [],
    "album": "Can You Feel It? Vol. 2: Modern Soul, Disco & Boogie 1976-84",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mr. Maurice originally released \"Love Me\" and b-side \"Jealous Pride\" in 1979, but you can find the track on the 2019 compilation album Can You Feel It?, Vol. 2: Modern Soul, Disco & Boogie 1976-84.\n\nhttps://tramprecords.bandcamp.com/album/can-you-feel-it-vol-2-modern-soul-disco-boogie-1976-84",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}