Information about plays

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

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

{
    "id": 3558553,
    "uri": "https://api.kexp.org/v2/plays/3558553/?format=api",
    "airdate": "2025-09-27T21:38:17-07:00",
    "show": 64686,
    "show_uri": "https://api.kexp.org/v2/shows/64686/?format=api",
    "image_uri": "https://coverartarchive.org/release/d33417f0-0331-42fe-889d-cd90fbec4392/41132373119-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d33417f0-0331-42fe-889d-cd90fbec4392/41132373119-250.jpg",
    "song": "Flock",
    "track_id": null,
    "recording_id": "eb4a7be2-2f3b-4ecb-8e9c-5f21e0c710f3",
    "artist": "Dry Socket",
    "artist_ids": [
        "078e4b63-747f-45e3-8bf3-11df848e567e"
    ],
    "album": "Sorry For Your Loss",
    "release_id": null,
    "release_group_id": "7bb1059b-62a4-4088-ba60-cf356dd5f014",
    "labels": [
        "To Live a Lie"
    ],
    "label_ids": [],
    "release_date": "2024-01-26",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Dry Socket will be playing at The Black Lodge in Seattle on October 25th with Apex Predator, Odd Man Out, and Alliegance.\n\nhttps://drysocketpdx.bandcamp.com/\nhttps://www.songkick.com/concerts/42755350-apex-predator-at-black-lodge",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}