Information about plays

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

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

{
    "id": 3594178,
    "uri": "https://api.kexp.org/v2/plays/3594178/?format=api",
    "airdate": "2025-12-21T19:17:10-08:00",
    "show": 65441,
    "show_uri": "https://api.kexp.org/v2/shows/65441/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Curious",
    "track_id": null,
    "recording_id": "6b9fe917-cb7f-4cde-b9eb-f3a40b207f89",
    "artist": "Midnight Star",
    "artist_ids": [
        "3d30a740-e36b-45b9-a395-a3b3696d1d7c"
    ],
    "album": "Planetary Invasion",
    "release_id": null,
    "release_group_id": "562bd8a9-b607-4119-9b87-57687cf160e7",
    "labels": [
        "Solar"
    ],
    "label_ids": [
        "8bb2ba0d-c96a-4389-a0bf-4a83b0a54914"
    ],
    "release_date": "1984-11-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1984, 'Planetary Invasion' is the fifth album released by Cincinnati R&B group Midnight Star. The album was produced by group member Reggie Calloway.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}