Information about plays

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

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

{
    "id": 3569330,
    "uri": "https://api.kexp.org/v2/plays/3569330/?format=api",
    "airdate": "2025-10-24T11:09:51-07:00",
    "show": 64919,
    "show_uri": "https://api.kexp.org/v2/shows/64919/?format=api",
    "image_uri": "https://ia802302.us.archive.org/3/items/mbid-778e1560-f3fd-4a34-898e-6eb2fc0a79bd/mbid-778e1560-f3fd-4a34-898e-6eb2fc0a79bd-2546034093_thumb500.jpg",
    "thumbnail_uri": "https://ia802302.us.archive.org/3/items/mbid-778e1560-f3fd-4a34-898e-6eb2fc0a79bd/mbid-778e1560-f3fd-4a34-898e-6eb2fc0a79bd-2546034093_thumb250.jpg",
    "song": "Electric Feel",
    "track_id": "85a99fe7-5e07-3419-be8a-3f16d670a3d3",
    "recording_id": "987a88ef-6f47-479c-a0ad-1a17aa85e8ed",
    "artist": "MGMT",
    "artist_ids": [
        "c485632c-b784-4ee9-8ea1-c5fb365681fc"
    ],
    "album": "Oracular Spectacular",
    "release_id": "778e1560-f3fd-4a34-898e-6eb2fc0a79bd",
    "release_group_id": "f7da2770-bf72-3dea-8904-ff6135822724",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2008-01-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oracular Spectacular made the list of KEXP listeners' favorite albums that we counted down during our recent fall drive! Check out the full list of 810 albums here: https://www.kexp.org/countdowns/2025-all-time-favorite-albums/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}