Information about plays

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

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

{
    "id": 3547110,
    "uri": "https://api.kexp.org/v2/plays/3547110/?format=api",
    "airdate": "2025-08-31T09:42:22-07:00",
    "show": 64436,
    "show_uri": "https://api.kexp.org/v2/shows/64436/?format=api",
    "image_uri": "https://coverartarchive.org/release/a9327b77-a751-4177-8e99-93a4a10b836d/37574533298-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a9327b77-a751-4177-8e99-93a4a10b836d/37574533298-250.jpg",
    "song": "If You Don't Show Me",
    "track_id": null,
    "recording_id": "4117ab32-0ba6-4b3c-bf15-460fbf982212",
    "artist": "State Champion",
    "artist_ids": [
        "95dccd9c-5e92-4df6-8d64-1921905f6a35"
    ],
    "album": "Send Flowers",
    "release_id": null,
    "release_group_id": "06e26e85-f5c8-4f5a-9e1d-c0ceb03eb1ff",
    "labels": [
        "Sophomore Lounge"
    ],
    "label_ids": [
        "8b65b62f-8f00-4d8a-9dc9-a2f20a6793db"
    ],
    "release_date": "2018-11-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Before his breakout album this year, Ryan Davis was making “beard rock” with this Indiana based band.\nhttps://sophomorelounge.bandcamp.com/album/state-champion-send-flowers\nDavis is playing The Clock Out Lounge, Seattle 11/1 https://tinyurl.com/RyanDavisSeattle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}