Information about plays

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

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

{
    "id": 3520165,
    "uri": "https://api.kexp.org/v2/plays/3520165/?format=api",
    "airdate": "2025-06-28T23:00:42-07:00",
    "show": 63865,
    "show_uri": "https://api.kexp.org/v2/shows/63865/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Drop The Bomb",
    "track_id": null,
    "recording_id": null,
    "artist": "Warning: Danger!",
    "artist_ids": [
        "f5a87ec0-e8a9-4094-91a0-f1409bda4a85"
    ],
    "album": "Shovel to the Face",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [
        "76fef728-2653-4b6a-ade6-df76ab74cc97"
    ],
    "release_date": "2018-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}