Information about plays

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

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

{
    "id": 3632018,
    "uri": "https://api.kexp.org/v2/plays/3632018/?format=api",
    "airdate": "2026-03-21T18:06:35-07:00",
    "show": 66245,
    "show_uri": "https://api.kexp.org/v2/shows/66245/?format=api",
    "image_uri": "https://coverartarchive.org/release/737a27aa-7594-4125-bc28-b66f177ec132/38592855894-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/737a27aa-7594-4125-bc28-b66f177ec132/38592855894-250.jpg",
    "song": "Meet Me In Bed After Practice",
    "track_id": null,
    "recording_id": "a2147403-2f9d-400a-8fb3-3a6f82c200e6",
    "artist": "Micro Mini",
    "artist_ids": [
        "8afcf923-9b2f-4cab-b67c-0677e3a17571"
    ],
    "album": "This Is Jennie",
    "release_id": null,
    "release_group_id": "4eb9c02a-bfe0-3aef-87b5-86bd5b205dbe",
    "labels": [
        "Collective Fruit"
    ],
    "label_ids": [
        "d01555d3-ecf3-472c-8fa7-6a6fbf7c0f9a"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This band features Nabil Ayers, who was also in Alien Crime Syndicate!\n\nPower pop / indie rock band from Seattle, Washington. Formed in early 1996.\n\nMembers: Amy Barnet, Jennie Severn, Lance Paine, Nabil Ayers.",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}