Information about plays

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

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

{
    "id": 3562354,
    "uri": "https://api.kexp.org/v2/plays/3562354/?format=api",
    "airdate": "2025-10-07T13:14:20-07:00",
    "show": 64772,
    "show_uri": "https://api.kexp.org/v2/shows/64772/?format=api",
    "image_uri": "https://ia800501.us.archive.org/23/items/mbid-0e834c72-21ac-486a-8ea5-cc4e99d0e372/mbid-0e834c72-21ac-486a-8ea5-cc4e99d0e372-36838402703_thumb500.jpg",
    "thumbnail_uri": "https://dn710203.ca.archive.org/0/items/mbid-0e834c72-21ac-486a-8ea5-cc4e99d0e372/mbid-0e834c72-21ac-486a-8ea5-cc4e99d0e372-36838402703_thumb250.jpg",
    "song": "Picture Book",
    "track_id": "1dce3e68-2ddc-3acb-9313-7166f196ef7b",
    "recording_id": "20743be9-af2f-4853-bd9a-57177f2278eb",
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "The Kinks Are the Village Green Preservation Society",
    "release_id": "0e834c72-21ac-486a-8ea5-cc4e99d0e372",
    "release_group_id": "4516a30e-939c-3b2b-a8ea-f94ae418d3a6",
    "labels": [
        "Essential! Records"
    ],
    "label_ids": [
        "9351301f-8a99-41f3-96f5-9aac14bf7ac7"
    ],
    "release_date": "1998-05-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#431 on the KEXP countdown\n---\nSing-Along here:\nhttps://www.youtube.com/watch?v=xH0cqlU4fEA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}