Information about plays

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

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

{
    "id": 3590446,
    "uri": "https://api.kexp.org/v2/plays/3590446/?format=api",
    "airdate": "2025-12-13T04:52:42-08:00",
    "show": 65363,
    "show_uri": "https://api.kexp.org/v2/shows/65363/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Closing Time",
    "track_id": null,
    "recording_id": null,
    "artist": "Marshall Scott Warner",
    "artist_ids": [
        "d5ab25da-bf0e-4fdb-ba93-db120c191290"
    ],
    "album": "How 'Bout It",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [
        "76fef728-2653-4b6a-ade6-df76ab74cc97"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle mainstay! \nhttps://marshallscottwarner.bandcamp.com/album/how-bout-it",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}