Information about plays

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

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

{
    "id": 3562007,
    "uri": "https://api.kexp.org/v2/plays/3562007/?format=api",
    "airdate": "2025-10-06T11:49:29-07:00",
    "show": 64763,
    "show_uri": "https://api.kexp.org/v2/shows/64763/?format=api",
    "image_uri": "https://ia801301.us.archive.org/30/items/mbid-5b332bc0-44ae-436c-a179-8f484c2b6350/mbid-5b332bc0-44ae-436c-a179-8f484c2b6350-13069731216_thumb500.jpg",
    "thumbnail_uri": "https://ia801301.us.archive.org/30/items/mbid-5b332bc0-44ae-436c-a179-8f484c2b6350/mbid-5b332bc0-44ae-436c-a179-8f484c2b6350-13069731216_thumb250.jpg",
    "song": "The Inkwell",
    "track_id": "d1b90a8b-e230-476e-8ca5-03d55e142883",
    "recording_id": "3bcee046-9dff-40e9-b5b1-271e61006476",
    "artist": "Blue Scholars",
    "artist_ids": [
        "69cd93fd-1c2b-40f5-ae03-7bf4b4213fd3"
    ],
    "album": "Blue Scholars (Radio Edits)",
    "release_id": "bd487256-4edf-48ff-bc28-b513e8ff17c0",
    "release_group_id": "f4be3234-0afc-31e0-82e7-b7eba0d69061",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "#568 on YOUR countdown of the greatest albums of all-time.\n\n\"Nothing better than the Summer in the Northwest\"! \n\nDebut from Seattle's own, released in 2004.\n\nhttps://bluescholars.bandcamp.com/album/blue-scholars\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}