Information about plays

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

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

{
    "id": 3554583,
    "uri": "https://api.kexp.org/v2/plays/3554583/?format=api",
    "airdate": "2025-09-18T11:35:55-07:00",
    "show": 64594,
    "show_uri": "https://api.kexp.org/v2/shows/64594/?format=api",
    "image_uri": "https://ia601801.us.archive.org/30/items/mbid-f37744da-0d31-410f-83d3-b0e8a0e2b5ef/mbid-f37744da-0d31-410f-83d3-b0e8a0e2b5ef-14379116354_thumb500.jpg",
    "thumbnail_uri": "https://ia601801.us.archive.org/30/items/mbid-f37744da-0d31-410f-83d3-b0e8a0e2b5ef/mbid-f37744da-0d31-410f-83d3-b0e8a0e2b5ef-14379116354_thumb250.jpg",
    "song": "Claws, Part 1",
    "track_id": "1f095814-64de-4328-ba89-dcf4a7452748",
    "recording_id": "1faa4f10-3c6f-41b7-a762-b7864e818bba",
    "artist": "Typhoon",
    "artist_ids": [
        "82303420-801e-44f4-a254-07b827477701"
    ],
    "album": "A New Kind of House",
    "release_id": "f37744da-0d31-410f-83d3-b0e8a0e2b5ef",
    "release_group_id": "98ac08d0-ae9e-48de-94c0-f2c2e8ac0c88",
    "labels": [
        "Tender Loving Empire"
    ],
    "label_ids": [
        "6708195c-ef0d-4d2e-a8b3-cba72670f17c"
    ],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Typhoon is a Portland-based band who got started in 2005 led by singer-songwriter Kyle Morton. \n\nHere's footage of the band recording \"Claws\" in 2010: https://www.youtube.com/watch?v=MR287aaunR0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}