Information about plays

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

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

{
    "id": 3573823,
    "uri": "https://api.kexp.org/v2/plays/3573823/?format=api",
    "airdate": "2025-11-04T07:43:52-08:00",
    "show": 65020,
    "show_uri": "https://api.kexp.org/v2/shows/65020/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Young Manhood",
    "track_id": "6ff36aab-c898-40e6-b1f8-186e37beada4",
    "recording_id": "8adc60ae-fa16-471e-be0a-4875a880b145",
    "artist": "The Wild Swans",
    "artist_ids": [
        "929e956f-8a95-4132-8aa6-416d9f6f2f51"
    ],
    "album": "Bringing Home the Ashes",
    "release_id": "2fee0fd5-28cc-4bc8-be2b-2e82d5e84327",
    "release_group_id": "abd46d3a-66c6-3f33-8547-fdecff3e10c8",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day, 38 years ago(!), Sire releases the compilation Just Say Yes... Sire's Winter CD Music Sampler featuring rarities and remixes of favorites from Depeche Mode, Echo & The Bunnymen, The Mighty Lemon Drops, James, The Smiths and more.\n\nThe Wild Swans are a post-punk band from Liverpool, England, formed in 1980 shortly after Paul Simpson left The Teardrop Explodes.\n---\nhttps://www.youtube.com/watch?v=RbzbpJGtVPM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}