Information about plays

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

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

{
    "id": 3552408,
    "uri": "https://api.kexp.org/v2/plays/3552408/?format=api",
    "airdate": "2025-09-13T06:41:59-07:00",
    "show": 64548,
    "show_uri": "https://api.kexp.org/v2/shows/64548/?format=api",
    "image_uri": "https://coverartarchive.org/release/ec4b15cd-954a-4892-a00b-1429a0c6612e/15771199044-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ec4b15cd-954a-4892-a00b-1429a0c6612e/15771199044-250.jpg",
    "song": "Blue Moon",
    "track_id": null,
    "recording_id": "9483c9fe-20ae-4f55-ad74-d8e6cd2a8740",
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "Nashville Sessions 1969 and More",
    "release_id": null,
    "release_group_id": "7d3323f7-5685-4f00-a957-709849ebf93e",
    "labels": [
        "Rattle Snake"
    ],
    "label_ids": [
        "0ade5f41-bd0c-4de1-b9de-6381c02a24bf"
    ],
    "release_date": "2012-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}