Information about plays

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

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

{
    "id": 3625480,
    "uri": "https://api.kexp.org/v2/plays/3625480/?format=api",
    "airdate": "2026-03-05T04:06:48-08:00",
    "show": 66094,
    "show_uri": "https://api.kexp.org/v2/shows/66094/?format=api",
    "image_uri": "https://coverartarchive.org/release/7d21da32-44a4-4ed1-b235-4e60c56389ed/34122064168-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7d21da32-44a4-4ed1-b235-4e60c56389ed/34122064168-250.jpg",
    "song": "She’s Strange",
    "track_id": null,
    "recording_id": "baa7b39e-ac71-44cd-8573-dea5a9a4b39a",
    "artist": "Cameo",
    "artist_ids": [
        "ef4d808a-2113-44c3-9b44-1b31f026ef1e"
    ],
    "album": "She’s Strange",
    "release_id": null,
    "release_group_id": "ec1be1b1-86bc-3bbb-8fa8-d6723382fcc0",
    "labels": [
        "Atlanta Artists"
    ],
    "label_ids": [
        "3c2aea64-a3f5-4081-8a15-21751f7ae4c6"
    ],
    "release_date": "1984-01-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was the title track from Cameo's tenth album, released in 1984. Here's the official music video: https://www.youtube.com/watch?v=jUgsmsvSYow",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}