Information about plays

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

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

{
    "id": 3600553,
    "uri": "https://api.kexp.org/v2/plays/3600553/?format=api",
    "airdate": "2026-01-05T10:37:02-08:00",
    "show": 65571,
    "show_uri": "https://api.kexp.org/v2/shows/65571/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Price of Blue",
    "track_id": "72caf377-4f4b-4373-8019-b47339c223c2",
    "recording_id": "0c9c7903-b83c-4baa-a4cd-ffe0abe8e861",
    "artist": "Flock of Dimes",
    "artist_ids": [
        "4ecf50fc-b788-4d67-9972-ff6e1aed5295"
    ],
    "album": "Head of Roses",
    "release_id": "582d015f-81d8-4a93-bbcd-541f672868d6",
    "release_group_id": "bbe37e61-38a5-4812-89f4-ee8305a6dee9",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2021-04-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Flock of Dimes, the solo project of Jess Wasner, performed Live on KEXP at Home in April of 2021. Check it out on our YouTube channel - https://www.youtube.com/watch?v=K0mrkMDgwo4\n\nhttps://flockofdimes.bandcamp.com\nhttps://www.flockofdimes.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}