Information about plays

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

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

{
    "id": 3571598,
    "uri": "https://api.kexp.org/v2/plays/3571598/?format=api",
    "airdate": "2025-10-29T23:47:15-07:00",
    "show": 64969,
    "show_uri": "https://api.kexp.org/v2/shows/64969/?format=api",
    "image_uri": "https://coverartarchive.org/release/8e126436-a91f-4a27-9b85-2bf01569926b/34611393397-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8e126436-a91f-4a27-9b85-2bf01569926b/34611393397-250.jpg",
    "song": "Walk the Night",
    "track_id": null,
    "recording_id": "13c0020f-d4bb-4e52-80de-ddb4214b68f1",
    "artist": "Skatt Bros.",
    "artist_ids": [
        "e106d55e-9efa-492f-90c9-9e19ccd843b5"
    ],
    "album": "Strange Spirits",
    "release_id": null,
    "release_group_id": "3aef71ee-b93c-3b61-8726-f33a7b0756d0",
    "labels": [
        "Casablanca Records"
    ],
    "label_ids": [
        "98f93684-2a6f-4d40-ac6a-41fd0cc8ecc8"
    ],
    "release_date": "1979-11-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}