Information about plays

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

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

{
    "id": 3544543,
    "uri": "https://api.kexp.org/v2/plays/3544543/?format=api",
    "airdate": "2025-08-25T07:06:26-07:00",
    "show": 64384,
    "show_uri": "https://api.kexp.org/v2/shows/64384/?format=api",
    "image_uri": "https://ia803105.us.archive.org/26/items/mbid-69a24b27-0382-4154-91c4-dca50aead0eb/mbid-69a24b27-0382-4154-91c4-dca50aead0eb-24499661284_thumb500.jpg",
    "thumbnail_uri": "https://ia903105.us.archive.org/26/items/mbid-69a24b27-0382-4154-91c4-dca50aead0eb/mbid-69a24b27-0382-4154-91c4-dca50aead0eb-24499661284_thumb250.jpg",
    "song": "You Ain't the Problem",
    "track_id": "a9f5ce8c-5372-4d3f-ad43-44e4c8718904",
    "recording_id": "b4b23f25-75df-4e60-b4e4-df9335339e8d",
    "artist": "Michael Kiwanuka",
    "artist_ids": [
        "11f570ff-44d9-4e9c-8812-e6d56103c5c1"
    ],
    "album": "Kiwanuka",
    "release_id": "69a24b27-0382-4154-91c4-dca50aead0eb",
    "release_group_id": "042fe94f-5846-469c-a739-38a9e0574d5c",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song comes off English singer-songwriter Michael Kiwanuka's third studio album, 'Kiwanuka.'\n\n--\n\nMichael Kiwanuka's newest album, 'Small Changes,' came out last year.\n\nhttps://www.michaelkiwanuka.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}