Information about plays

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

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

{
    "id": 3583930,
    "uri": "https://api.kexp.org/v2/plays/3583930/?format=api",
    "airdate": "2025-11-28T04:39:51-08:00",
    "show": 65228,
    "show_uri": "https://api.kexp.org/v2/shows/65228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "2 Triple Cheese",
    "track_id": null,
    "recording_id": "5dcf8648-5754-4450-9641-7d09eae93828",
    "artist": "Commander Cody Band",
    "artist_ids": [
        "64256827-9211-4539-8490-5705c58c8d73"
    ],
    "album": "Lose It Tonight",
    "release_id": null,
    "release_group_id": "2e9d5e64-6350-38ac-9293-ea425ba7bbdb",
    "labels": [
        "Peter Pan Records"
    ],
    "label_ids": [
        "1059dd0c-264d-4719-a8cb-50aa77c1d90c"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Great video! \nhttps://www.youtube.com/watch?v=V5XHLaaCErs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}