Information about plays

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

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

{
    "id": 3580781,
    "uri": "https://api.kexp.org/v2/plays/3580781/?format=api",
    "airdate": "2025-11-20T21:25:20-08:00",
    "show": 65164,
    "show_uri": "https://api.kexp.org/v2/shows/65164/?format=api",
    "image_uri": "https://coverartarchive.org/release/1fab7162-abc4-4c29-89f3-60cc6a895c24/23331727277-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1fab7162-abc4-4c29-89f3-60cc6a895c24/23331727277-250.jpg",
    "song": "Datsu . Hikage No Onna",
    "track_id": null,
    "recording_id": "41011acd-2db8-4231-b8c1-d9681a98a5ca",
    "artist": "Otoboke Beaver",
    "artist_ids": [
        "45de883b-cfb6-42c0-bb9a-cfb86e27a18f"
    ],
    "album": "ITEKOMA HITS",
    "release_id": null,
    "release_group_id": "5784b5dd-847c-4f16-9b8b-15d6e545a68d",
    "labels": [
        "Damnably"
    ],
    "label_ids": [
        "3f19f500-a241-45e2-8c46-4f309d81a054"
    ],
    "release_date": "2019-04-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kennady hosted Japanese group Otoboke Beaver Live on KEXP earlier this year. Watch their full performance here: https://www.youtube.com/watch?v=MQ8_Cdkyq2s\n\nhttps://music.otobokebeaver.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}