Information about plays

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

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

{
    "id": 3544205,
    "uri": "https://api.kexp.org/v2/plays/3544205/?format=api",
    "airdate": "2025-08-24T13:16:00-07:00",
    "show": 64376,
    "show_uri": "https://api.kexp.org/v2/shows/64376/?format=api",
    "image_uri": "https://ia802904.us.archive.org/27/items/mbid-895e844f-b9df-4036-a8ff-4527d4fc131b/mbid-895e844f-b9df-4036-a8ff-4527d4fc131b-15613058247_thumb500.jpg",
    "thumbnail_uri": "https://ia902904.us.archive.org/27/items/mbid-895e844f-b9df-4036-a8ff-4527d4fc131b/mbid-895e844f-b9df-4036-a8ff-4527d4fc131b-15613058247_thumb250.jpg",
    "song": "Gosh",
    "track_id": "0c8230c3-cf1a-4b4f-8428-f7ad81b620b8",
    "recording_id": "d87da388-bbcb-4fff-aa3a-6088d4105f58",
    "artist": "Jamie xx",
    "artist_ids": [
        "d1515727-4a93-4c0d-88cb-d7a9fce01879"
    ],
    "album": "In Colour",
    "release_id": "895e844f-b9df-4036-a8ff-4527d4fc131b",
    "release_group_id": "a903a977-5932-4cc2-a064-57a596658b3d",
    "labels": [
        "Young Turks"
    ],
    "label_ids": [
        "87667892-a93f-43e4-a004-f8b9182788df"
    ],
    "release_date": "2015-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you spot the riff in the last song?\n\nhttps://www.jamiexx.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}