Information about plays

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

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

{
    "id": 3632288,
    "uri": "https://api.kexp.org/v2/plays/3632288/?format=api",
    "airdate": "2026-03-22T08:37:11-07:00",
    "show": 66249,
    "show_uri": "https://api.kexp.org/v2/shows/66249/?format=api",
    "image_uri": "https://coverartarchive.org/release/39c7827a-3312-4de6-8a37-51dc319859cc/28541809726-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/39c7827a-3312-4de6-8a37-51dc319859cc/28541809726-250.jpg",
    "song": "Following After",
    "track_id": null,
    "recording_id": null,
    "artist": "Alex Somers",
    "artist_ids": [
        "873a5f8b-f9f4-4458-84b3-476aab0ac922"
    ],
    "album": "Siblings 2",
    "release_id": null,
    "release_group_id": "c327580a-b240-4c7f-ba68-91194e9092d0",
    "labels": [
        "Krúnk"
    ],
    "label_ids": [
        "eb59f0ee-bdaf-49fe-829c-e85da2e2cd36"
    ],
    "release_date": "2021-03-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Julianna Barwick → Alex Somers :: Opening track to Alex Somers' solo album 'Siblings 2' who was closely involved in all of the albums featured in this set ~ https://alexsomers.bandcamp.com/album/siblings-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}