Information about plays

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

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

{
    "id": 3540209,
    "uri": "https://api.kexp.org/v2/plays/3540209/?format=api",
    "airdate": "2025-08-15T02:11:45-07:00",
    "show": 64291,
    "show_uri": "https://api.kexp.org/v2/shows/64291/?format=api",
    "image_uri": "https://ia801605.us.archive.org/20/items/mbid-d4535b53-f98d-45e0-8fce-0535265bb594/mbid-d4535b53-f98d-45e0-8fce-0535265bb594-4890002121_thumb500.jpg",
    "thumbnail_uri": "https://ia601605.us.archive.org/20/items/mbid-d4535b53-f98d-45e0-8fce-0535265bb594/mbid-d4535b53-f98d-45e0-8fce-0535265bb594-4890002121_thumb250.jpg",
    "song": "Pioneer Spine",
    "track_id": "41774d41-52c0-4cbf-9ded-0e93d8f2038a",
    "recording_id": "45e16796-db60-4cfb-8543-17277bb0dabc",
    "artist": "Speedy Ortiz",
    "artist_ids": [
        "4fbf1a3d-a649-4f8e-9ddf-347f6ba2d307"
    ],
    "album": "Major Arcana",
    "release_id": "d4535b53-f98d-45e0-8fce-0535265bb594",
    "release_group_id": "bc3db644-de91-42bc-8136-134047aeb0cd",
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2013-07-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}