Information about plays

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

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

{
    "id": 3561982,
    "uri": "https://api.kexp.org/v2/plays/3561982/?format=api",
    "airdate": "2025-10-06T09:58:59-07:00",
    "show": 64762,
    "show_uri": "https://api.kexp.org/v2/shows/64762/?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://ia902302.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": "#586 on YOUR countdown of the greatest albums of all-time. \n\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}