Information about plays

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

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

{
    "id": 3554446,
    "uri": "https://api.kexp.org/v2/plays/3554446/?format=api",
    "airdate": "2025-09-18T03:36:55-07:00",
    "show": 64591,
    "show_uri": "https://api.kexp.org/v2/shows/64591/?format=api",
    "image_uri": "https://coverartarchive.org/release/3fc2e224-5da9-4c21-acbe-8a5fdc8ceeb0/10317784555-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3fc2e224-5da9-4c21-acbe-8a5fdc8ceeb0/10317784555-250.jpg",
    "song": "Barracuda",
    "track_id": null,
    "recording_id": "5805b3d7-eef0-4b96-a7dd-621695f7a35a",
    "artist": "Heart",
    "artist_ids": [
        "bdbd48f5-abf3-4a4f-9a21-4551dbc3fde9"
    ],
    "album": "Little Queen",
    "release_id": null,
    "release_group_id": "2ece6f20-db6e-39b3-a370-28e6011cddcf",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1977-05-15",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle legends Heart released their album Little Queen featuring \"Barracuda\" on this day in 1977",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}