Information about plays

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

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

{
    "id": 3581765,
    "uri": "https://api.kexp.org/v2/plays/3581765/?format=api",
    "airdate": "2025-11-23T04:01:45-08:00",
    "show": 65186,
    "show_uri": "https://api.kexp.org/v2/shows/65186/?format=api",
    "image_uri": "https://dn721604.ca.archive.org/0/items/mbid-53014f5f-355a-4bf3-aeab-70be7b6bb97c/mbid-53014f5f-355a-4bf3-aeab-70be7b6bb97c-43096301269_thumb500.jpg",
    "thumbnail_uri": "https://dn721604.ca.archive.org/0/items/mbid-53014f5f-355a-4bf3-aeab-70be7b6bb97c/mbid-53014f5f-355a-4bf3-aeab-70be7b6bb97c-43096301269_thumb250.jpg",
    "song": "Sexx Laws",
    "track_id": "37f99c46-9ee0-361a-b2e6-9ab5770123c1",
    "recording_id": "30583afb-ce5b-4dac-9d22-ef2928b70bd5",
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Midnite Vultures",
    "release_id": "53014f5f-355a-4bf3-aeab-70be7b6bb97c",
    "release_group_id": "4c5cd9dc-31b5-32b1-bd11-57081e83f8bb",
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1999-11-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1999!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}