Information about plays

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

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

{
    "id": 3572270,
    "uri": "https://api.kexp.org/v2/plays/3572270/?format=api",
    "airdate": "2025-10-31T15:46:47-07:00",
    "show": 64984,
    "show_uri": "https://api.kexp.org/v2/shows/64984/?format=api",
    "image_uri": "https://ia801806.us.archive.org/11/items/mbid-498c0f0a-cf05-43c2-bd22-9083cb51a2a4/mbid-498c0f0a-cf05-43c2-bd22-9083cb51a2a4-41450121697_thumb500.jpg",
    "thumbnail_uri": "https://ia601806.us.archive.org/11/items/mbid-498c0f0a-cf05-43c2-bd22-9083cb51a2a4/mbid-498c0f0a-cf05-43c2-bd22-9083cb51a2a4-41450121697_thumb250.jpg",
    "song": "Mausoleum",
    "track_id": "9f1c8f9c-20af-4c23-be71-0731ff707285",
    "recording_id": "45a28348-fbe3-412b-b602-31da0537cb68",
    "artist": "Provoker",
    "artist_ids": [
        "35d030b7-f38b-4d28-ae37-6eb6ce39b139"
    ],
    "album": "Mausoleum",
    "release_id": "498c0f0a-cf05-43c2-bd22-9083cb51a2a4",
    "release_group_id": "ae541549-1b18-4923-ae0e-ed969dc1dc17",
    "labels": [
        "YEAR0001"
    ],
    "label_ids": [
        "f722d3e7-56d1-46a2-a51f-8ca43cc6e26b"
    ],
    "release_date": "2025-05-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Tim in SF!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}