Information about plays

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

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

{
    "id": 3568345,
    "uri": "https://api.kexp.org/v2/plays/3568345/?format=api",
    "airdate": "2025-10-22T03:25:14-07:00",
    "show": 64900,
    "show_uri": "https://api.kexp.org/v2/shows/64900/?format=api",
    "image_uri": "https://ia803207.us.archive.org/3/items/mbid-a9954543-14ba-409e-a1be-4669cc15f44d/mbid-a9954543-14ba-409e-a1be-4669cc15f44d-12820306463_thumb500.jpg",
    "thumbnail_uri": "https://ia903207.us.archive.org/3/items/mbid-a9954543-14ba-409e-a1be-4669cc15f44d/mbid-a9954543-14ba-409e-a1be-4669cc15f44d-12820306463_thumb250.jpg",
    "song": "The Metro",
    "track_id": "15c4ad2e-ae1d-38e4-b111-3a86d05f2f7d",
    "recording_id": "fe670976-7a6d-4058-a2d0-cca754ca2a35",
    "artist": "Berlin",
    "artist_ids": [
        "c7cb9a2e-ff57-4bb8-bd2c-83524e18e369"
    ],
    "album": "Pleasure Victim",
    "release_id": "a9954543-14ba-409e-a1be-4669cc15f44d",
    "release_group_id": "12ba5fac-46d0-3ddf-be1c-c88e1524fd41",
    "labels": [
        "Geffen Goldline",
        "M.A.O. Records"
    ],
    "label_ids": [
        "7f1a3430-a8c1-4d50-96c6-f72ab479b1a9",
        "ef4d456b-f4bf-41df-b9ba-6aac2831a74a"
    ],
    "release_date": "1996-03-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}