Information about plays

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

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

{
    "id": 3580622,
    "uri": "https://api.kexp.org/v2/plays/3580622/?format=api",
    "airdate": "2025-11-20T11:16:54-08:00",
    "show": 65161,
    "show_uri": "https://api.kexp.org/v2/shows/65161/?format=api",
    "image_uri": "https://ia902302.us.archive.org/12/items/mbid-c67663c9-af1e-3f7d-803b-b94b019a8dac/mbid-c67663c9-af1e-3f7d-803b-b94b019a8dac-29934080775_thumb500.jpg",
    "thumbnail_uri": "https://dn710203.ca.archive.org/0/items/mbid-c67663c9-af1e-3f7d-803b-b94b019a8dac/mbid-c67663c9-af1e-3f7d-803b-b94b019a8dac-29934080775_thumb250.jpg",
    "song": "Frontwards",
    "track_id": "16cd8a0c-b1fc-32b8-a6f4-b61a40ba98b0",
    "recording_id": "25ddc1b6-e0ac-4241-a6f1-bdf57b687003",
    "artist": "Pavement",
    "artist_ids": [
        "36bfa85f-737b-41db-a8fc-b8825850ffc3"
    ],
    "album": "Watery, Domestic",
    "release_id": "c6df4ef1-dd81-35bf-b7fc-1219f4801f4f",
    "release_group_id": "3fb4d4da-26ed-37fd-af8d-3a4488f8e166",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1992-11-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Watery, Domestic' is Pavement's fourth EP. \n\nPavement's \"fractured songwriting and defiant low fidelity made them the most influential, distinctive band in the alternative underground of the '90s.\"\n\nhttps://www.allmusic.com/artist/pavement-mn0000752314",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}