Information about plays

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

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

{
    "id": 3586159,
    "uri": "https://api.kexp.org/v2/plays/3586159/?format=api",
    "airdate": "2025-12-03T05:25:43-08:00",
    "show": 65276,
    "show_uri": "https://api.kexp.org/v2/shows/65276/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sirens",
    "track_id": null,
    "recording_id": null,
    "artist": "Oslo Twins",
    "artist_ids": [
        "aa4ee7db-3067-490c-a801-55f992f43701"
    ],
    "album": "Sirens",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-10-15",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from London based Oslo Twins! \"Sirens\" is the B-side to their latest release \"All In Your Mind\". https://oslotwins.bandcamp.com/album/all-in-your-mind",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}