Information about plays

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

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

{
    "id": 3667549,
    "uri": "https://api.kexp.org/v2/plays/3667549/?format=api",
    "airdate": "2026-06-13T21:23:20-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "https://dn711102.ca.archive.org/0/items/mbid-38cf5b55-759d-4f38-871d-1c729f65815f/mbid-38cf5b55-759d-4f38-871d-1c729f65815f-13366317753_thumb500.jpg",
    "thumbnail_uri": "https://dn711102.ca.archive.org/0/items/mbid-38cf5b55-759d-4f38-871d-1c729f65815f/mbid-38cf5b55-759d-4f38-871d-1c729f65815f-13366317753_thumb250.jpg",
    "song": "Teenagers From Mars",
    "track_id": "87d8f346-3a5b-3067-8f97-e97c6bcea39d",
    "recording_id": "68b3e89b-7d9d-4e3d-8afc-e278147327fd",
    "artist": "Misfits",
    "artist_ids": [
        "936addc3-91aa-49de-8ec0-0dc186de151f"
    ],
    "album": "Static Age",
    "release_id": "38cf5b55-759d-4f38-871d-1c729f65815f",
    "release_group_id": "3830954a-ffaf-3bde-b92f-93d8976d7876",
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "1997-07-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Sam, Heather, Brian, and Jeff!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}