Information about plays

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

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

{
    "id": 3551520,
    "uri": "https://api.kexp.org/v2/plays/3551520/?format=api",
    "airdate": "2025-09-11T02:14:55-07:00",
    "show": 64530,
    "show_uri": "https://api.kexp.org/v2/shows/64530/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Monkeys on Juice",
    "track_id": "4ce3455c-1d8e-3c4f-99d9-516989315bf2",
    "recording_id": "02e800ae-d6fb-4e4a-a4ff-5257404478bd",
    "artist": "Red Lorry Yellow Lorry",
    "artist_ids": [
        "ac8f8330-1270-4a56-89c4-3318f8fa5c3b"
    ],
    "album": "Smashed Hits",
    "release_id": "f3b65a6a-fd20-44e4-a1ad-0783c346080f",
    "release_group_id": "f429ca2b-f240-3bc7-a68c-d997ffe75842",
    "labels": [],
    "label_ids": [],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "https://www.discogs.com/release/973236-Red-Lorry-Yellow-Lorry-Monkeys-On-Juice",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}