Information about plays

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

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

{
    "id": 3548534,
    "uri": "https://api.kexp.org/v2/plays/3548534/?format=api",
    "airdate": "2025-09-03T18:14:36-07:00",
    "show": 64465,
    "show_uri": "https://api.kexp.org/v2/shows/64465/?format=api",
    "image_uri": "https://ia801901.us.archive.org/22/items/mbid-e9a3cd1a-531e-3c53-bf49-33139d8a5d08/mbid-e9a3cd1a-531e-3c53-bf49-33139d8a5d08-3374164013_thumb500.jpg",
    "thumbnail_uri": "https://ia601901.us.archive.org/22/items/mbid-e9a3cd1a-531e-3c53-bf49-33139d8a5d08/mbid-e9a3cd1a-531e-3c53-bf49-33139d8a5d08-3374164013_thumb250.jpg",
    "song": "Hate to Say I Told You So",
    "track_id": "d10deaa0-3e43-3b70-8e30-e33a75763f8f",
    "recording_id": "2197c543-a2eb-45af-b298-10a855f63c4c",
    "artist": "The Hives",
    "artist_ids": [
        "487bfd74-71bf-46dd-b89c-80b7a0f06f2f"
    ],
    "album": "Veni Vidi Vicious",
    "release_id": "e9a3cd1a-531e-3c53-bf49-33139d8a5d08",
    "release_group_id": "61a34a5e-37ea-3f7b-a462-e645b96108df",
    "labels": [
        "Epitaph",
        "Burning Heart Records",
        "Sire Records"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c",
        "cd84bba3-342f-4b3d-93cd-a2b2e79465fe",
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "TICKET GIVE! Text NOW!\n \nSAN FRANCISCO - The Hives on September 20th at The Warfield. Win a pair of tickets!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}