Information about plays

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

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

{
    "id": 3590222,
    "uri": "https://api.kexp.org/v2/plays/3590222/?format=api",
    "airdate": "2025-12-12T16:53:14-08:00",
    "show": 65358,
    "show_uri": "https://api.kexp.org/v2/shows/65358/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Inspector Norse",
    "track_id": "c12f0391-7dd9-4861-82c6-915c31e173b8",
    "recording_id": "dbbaa44f-7d77-4656-a7d7-06b235279418",
    "artist": "Todd Terje",
    "artist_ids": [
        "a0cded3a-4ca3-4ddb-8e46-ed9037f30aea"
    ],
    "album": "It’s the Arps",
    "release_id": "7903943a-4fd3-490a-b94f-a91ed1fa2331",
    "release_group_id": "cc436ebd-da13-4bb8-a3b3-c5a4a5f0b63a",
    "labels": [
        "Olsen Records"
    ],
    "label_ids": [
        "952338c5-3365-4247-adce-55483656aebe"
    ],
    "release_date": "2014-03-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Brookelynn!\n\nReleased as a single in 2012! This song was inspired by Solem Marius Johansen, aka \"Inspector Norse,\" an electronic music enthusiast and a failed musician himself, devoted to the production of music videos and tutorials for the making of homemade drugs - which he shared on YouTube. You can learn more about Solem Marius Johansen at this documentary: http://www.goodshortfilms.it/en/country/norway/whateverest",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}