Information about plays

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

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

{
    "id": 3561395,
    "uri": "https://api.kexp.org/v2/plays/3561395/?format=api",
    "airdate": "2025-10-04T21:44:07-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Repeat Offender",
    "track_id": null,
    "recording_id": null,
    "artist": "Secret World",
    "artist_ids": [
        "4943d13f-4f86-4201-a9e3-88b2526ed1b6"
    ],
    "album": "Tomorrow is a Mystery to Me",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Last Ride Records"
    ],
    "label_ids": [
        "924e9848-ec48-4635-9359-fcac862e5afc"
    ],
    "release_date": "2025-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sydney, Australia\n\nhttps://secretworldworld.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}