Information about plays

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

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

{
    "id": 3600498,
    "uri": "https://api.kexp.org/v2/plays/3600498/?format=api",
    "airdate": "2026-01-05T07:56:27-08:00",
    "show": 65570,
    "show_uri": "https://api.kexp.org/v2/shows/65570/?format=api",
    "image_uri": "https://ia800208.us.archive.org/9/items/mbid-b08b6174-7f4d-4064-a4d8-b6824e0dc1c3/mbid-b08b6174-7f4d-4064-a4d8-b6824e0dc1c3-40884043837_thumb500.jpg",
    "thumbnail_uri": "https://ia600208.us.archive.org/9/items/mbid-b08b6174-7f4d-4064-a4d8-b6824e0dc1c3/mbid-b08b6174-7f4d-4064-a4d8-b6824e0dc1c3-40884043837_thumb250.jpg",
    "song": "Never Said",
    "track_id": "c3e7a2d1-14ec-3b12-8c39-8592d52355b5",
    "recording_id": "93e141d7-af1b-46dd-a674-ee1b6eb3abd7",
    "artist": "Liz Phair",
    "artist_ids": [
        "149326c2-b8a3-48e3-b3d2-9b5b9593127f"
    ],
    "album": "Exile in Guyville",
    "release_id": "b08b6174-7f4d-4064-a4d8-b6824e0dc1c3",
    "release_group_id": "c186db82-9988-367e-8486-2e38e9b6c8db",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1993-06-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Never Said\" was the lead single from Liz Phair's debut 1993 album, 'Exile in Guyville.'\n\nWatch the official (remastered!) video here: \nhttps://www.youtube.com/watch?v=m1tMfKl5b8M",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}