Information about plays

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

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

{
    "id": 3598624,
    "uri": "https://api.kexp.org/v2/plays/3598624/?format=api",
    "airdate": "2026-01-01T00:19:26-08:00",
    "show": 65528,
    "show_uri": "https://api.kexp.org/v2/shows/65528/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Candy",
    "track_id": "38f52f8d-95a3-400d-a4cf-21f4d904e732",
    "recording_id": "0e6c465b-99b8-45f2-a64c-eff579225b0a",
    "artist": "Cameo",
    "artist_ids": [
        "ef4d808a-2113-44c3-9b44-1b31f026ef1e"
    ],
    "album": "Word Up!",
    "release_id": "604aca80-1b9a-4ec5-8dde-1113a391c666",
    "release_group_id": "f581620f-2c1d-382a-8c7d-6470c1adf43d",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Cameo's 1986 album 'Word Up!', \"Candy\" features a solo by saxophonist Melvin D. Wells. Funk group Cameo was initially a 14-member group known as the New York City Players; this name was later changed to Cameo, because there was already another band using that name. \n\nGet a sweet taste of 1986 funk in the video for \"Candy\"!\nhttps://youtu.be/sn8KYD1Vco0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}