Information about plays

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

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

{
    "id": 3597150,
    "uri": "https://api.kexp.org/v2/plays/3597150/?format=api",
    "airdate": "2025-12-28T11:15:01-08:00",
    "show": 65497,
    "show_uri": "https://api.kexp.org/v2/shows/65497/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Wake Me Up",
    "track_id": null,
    "recording_id": null,
    "artist": "Margo Price",
    "artist_ids": [
        "b53b9322-7d65-4b17-ae4c-9190d347fcea"
    ],
    "album": "Hard Headed Woman",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2025-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://margoprice.bandcamp.com/album/hard-headed-woman",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}