Information about plays

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

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

{
    "id": 3560210,
    "uri": "https://api.kexp.org/v2/plays/3560210/?format=api",
    "airdate": "2025-10-01T21:26:57-07:00",
    "show": 64720,
    "show_uri": "https://api.kexp.org/v2/shows/64720/?format=api",
    "image_uri": "https://coverartarchive.org/release/dea824cc-4d76-4d9b-b622-defe0cb2a1c6/40563539355-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dea824cc-4d76-4d9b-b622-defe0cb2a1c6/40563539355-250.jpg",
    "song": "Only the Void Stands Between Us",
    "track_id": null,
    "recording_id": "2bfd7e64-b7a8-46b5-a216-63ed3548d7f4",
    "artist": "Julie Beth Napolin",
    "artist_ids": [
        "20d0f367-7407-41e0-96db-f4376b0c17ae"
    ],
    "album": "Only the Void Stands Between Us",
    "release_id": null,
    "release_group_id": "b00ab7f7-3cfa-4bcc-80df-023597143cc9",
    "labels": [
        "Silver Current Records"
    ],
    "label_ids": [
        "60df7611-932a-41e7-9309-e1d06c982763"
    ],
    "release_date": "2024-11-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"With its ethereal, buzzing acoustic riffs, helix of resonant drones, and vocal delivery that often sounds like an ancient form of prayer, Only the Void Stands Between Us sure-footedly takes its place in the post-’70s experimental folk lineage.\"\n\nhttps://juliebethnapolin.bandcamp.com/album/only-the-void-stands-between-us",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}