Information about plays

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

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

{
    "id": 3566990,
    "uri": "https://api.kexp.org/v2/plays/3566990/?format=api",
    "airdate": "2025-10-18T23:27:44-07:00",
    "show": 64872,
    "show_uri": "https://api.kexp.org/v2/shows/64872/?format=api",
    "image_uri": "https://coverartarchive.org/release/dd96f0b7-4f9f-4c94-8b08-5175e366757d/41460808026-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dd96f0b7-4f9f-4c94-8b08-5175e366757d/41460808026-250.jpg",
    "song": "We Are the Prisoners",
    "track_id": null,
    "recording_id": "ae0e8d93-d71f-45e2-913a-1bb7b9cad3fb",
    "artist": "The Kids",
    "artist_ids": [
        "dc1535e1-6e5a-41d8-a226-2320ae378b57"
    ],
    "album": "Naughty Kids",
    "release_id": null,
    "release_group_id": "d65d6db5-fb08-35be-863f-490effdcf7d6",
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1978-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Kids had to cancel their US tour this year due to issues with obtaining visas.\n\nhttps://www.facebook.com/p/The-KIDS-Belgium-punk-61566661683155/\nhttps://thekids.bandcamp.com/album/the-kids",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}