Information about plays

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

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

{
    "id": 3557628,
    "uri": "https://api.kexp.org/v2/plays/3557628/?format=api",
    "airdate": "2025-09-25T16:20:40-07:00",
    "show": 64659,
    "show_uri": "https://api.kexp.org/v2/shows/64659/?format=api",
    "image_uri": "https://ia600508.us.archive.org/24/items/mbid-83afaba2-c706-4a43-b1c0-f4fa0225dfe8/mbid-83afaba2-c706-4a43-b1c0-f4fa0225dfe8-22719996511_thumb500.jpg",
    "thumbnail_uri": "https://ia600508.us.archive.org/24/items/mbid-83afaba2-c706-4a43-b1c0-f4fa0225dfe8/mbid-83afaba2-c706-4a43-b1c0-f4fa0225dfe8-22719996511_thumb250.jpg",
    "song": "I Can See for Miles",
    "track_id": "6f0bc96a-1578-3d88-958c-e9e355d2b1b3",
    "recording_id": "7812bd56-f4ce-4783-8a61-545a3ee40cfe",
    "artist": "The Who",
    "artist_ids": [
        "9fdaa16b-a6c4-4831-b87c-bc9ca8ce7eaa"
    ],
    "album": "Meaty Beaty Big and Bouncy",
    "release_id": "83afaba2-c706-4a43-b1c0-f4fa0225dfe8",
    "release_group_id": "83dbefb5-920d-38bb-b614-3ba0311fbd79",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1998-06-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout out to Patrick & David and all Who fans going to the show tonight @ Seattle's Climate Pledge Arena! \n--\nInteresting fact: The word \"Miles\" is said 57 times in the song. https://bit.ly/37DIE4H",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}