Information about plays

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

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

{
    "id": 3567670,
    "uri": "https://api.kexp.org/v2/plays/3567670/?format=api",
    "airdate": "2025-10-20T15:47:53-07:00",
    "show": 64888,
    "show_uri": "https://api.kexp.org/v2/shows/64888/?format=api",
    "image_uri": "https://dn710007.ca.archive.org/0/items/mbid-a5e2a703-3a26-45dd-b7e1-77145964cf50/mbid-a5e2a703-3a26-45dd-b7e1-77145964cf50-31902333423_thumb500.jpg",
    "thumbnail_uri": "https://dn710007.ca.archive.org/0/items/mbid-a5e2a703-3a26-45dd-b7e1-77145964cf50/mbid-a5e2a703-3a26-45dd-b7e1-77145964cf50-31902333423_thumb250.jpg",
    "song": "Don't call me Mojo",
    "track_id": "b0cbe858-873d-49d8-9e75-6f2e8210a9ec",
    "recording_id": "d2cc1838-3e23-4681-83a7-b1b888b276d3",
    "artist": "おとぼけビ〜バ〜",
    "artist_ids": [
        "45de883b-cfb6-42c0-bb9a-cfb86e27a18f"
    ],
    "album": "SUPER CHAMPON",
    "release_id": "a5e2a703-3a26-45dd-b7e1-77145964cf50",
    "release_group_id": "0bfb40a8-1c21-462a-acf4-a19839d20b0f",
    "labels": [
        "Damnably"
    ],
    "label_ids": [
        "3f19f500-a241-45e2-8c46-4f309d81a054"
    ],
    "release_date": "2022-05-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Otoboke Beaver performing live on KEXP from The Triple Door on February 20, 2024:\nhttps://www.youtube.com/watch?v=GBBpLwGy6mY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}