Information about plays

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

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

{
    "id": 3636480,
    "uri": "https://api.kexp.org/v2/plays/3636480/?format=api",
    "airdate": "2026-04-01T14:42:46-07:00",
    "show": 66338,
    "show_uri": "https://api.kexp.org/v2/shows/66338/?format=api",
    "image_uri": "https://coverartarchive.org/release/0ec688e5-08cf-4c4e-a6ee-be4a543dcdb4/13483943874-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0ec688e5-08cf-4c4e-a6ee-be4a543dcdb4/13483943874-250.jpg",
    "song": "It Beats 4 U",
    "track_id": null,
    "recording_id": "8abcbb1f-aa35-4ee6-ad1f-83b3b59dc1f8",
    "artist": "My Morning Jacket",
    "artist_ids": [
        "ea5883b7-68ce-48b3-b115-61746ea53b8c"
    ],
    "album": "Okonokos",
    "release_id": null,
    "release_group_id": "8b7f6588-07a5-3f5d-bad4-fc497a2ee3b8",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2006-09-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See a live performance of \"It Beats 4 U\" in Forest Hills, NY in 2021: https://www.youtube.com/watch?v=RRaEymoSe4k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}