Information about plays

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

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

{
    "id": 3575156,
    "uri": "https://api.kexp.org/v2/plays/3575156/?format=api",
    "airdate": "2025-11-07T14:39:23-08:00",
    "show": 65046,
    "show_uri": "https://api.kexp.org/v2/shows/65046/?format=api",
    "image_uri": "https://coverartarchive.org/release/4ed83cbf-54f9-45aa-bb03-633c20f57c88/15077127458-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4ed83cbf-54f9-45aa-bb03-633c20f57c88/15077127458-250.jpg",
    "song": "Larry's Dance Theme",
    "track_id": null,
    "recording_id": "c50e3bfb-ee53-4372-b68b-f1bdd2669d04",
    "artist": "Grandmaster Flash",
    "artist_ids": [
        "7db590cd-d7e6-4b36-b4e7-e8209426b02d"
    ],
    "album": "They Said It Couldn't Be Done",
    "release_id": null,
    "release_group_id": "cdc826bb-a68b-3549-901d-a81b804ec21d",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Out to John in Sebastopol!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}