Information about plays

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

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

{
    "id": 3573682,
    "uri": "https://api.kexp.org/v2/plays/3573682/?format=api",
    "airdate": "2025-11-04T00:20:14-08:00",
    "show": 65017,
    "show_uri": "https://api.kexp.org/v2/shows/65017/?format=api",
    "image_uri": "https://coverartarchive.org/release/b4a6b8b5-c0d4-4d2b-98f5-73dac97af703/33441007839-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b4a6b8b5-c0d4-4d2b-98f5-73dac97af703/33441007839-250.jpg",
    "song": "Pith",
    "track_id": null,
    "recording_id": null,
    "artist": "Mister Water Wet",
    "artist_ids": [
        "72fb608d-6a15-4198-89a6-865bb588bdbb"
    ],
    "album": "Things Gone and Things Here Still",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Soda Gong"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Can't recommend enough - https://misterwaterwet.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}