Information about plays

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

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

{
    "id": 3558547,
    "uri": "https://api.kexp.org/v2/plays/3558547/?format=api",
    "airdate": "2025-09-27T21:23:41-07:00",
    "show": 64686,
    "show_uri": "https://api.kexp.org/v2/shows/64686/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Need You",
    "track_id": "634794e6-065a-4410-88bb-e6d48d875095",
    "recording_id": "55e969fb-4f63-493e-bae3-f94ee8e58667",
    "artist": "Dead Bars",
    "artist_ids": [
        "394f0662-c9f7-4870-aaad-3224b245f1ef"
    ],
    "album": "Regulars",
    "release_id": "d2d18c13-0a62-4f2e-8a84-b6c0da8f3348",
    "release_group_id": "67244f89-4878-49ce-a159-6f5e80007592",
    "labels": [
        "A‐F Records"
    ],
    "label_ids": [
        "59567a42-35a1-48f2-9908-f1a650c216aa"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Dead Bars will be playing with The Subjunctives at the Sunset Tavern in Seattle on October 10th.\n\nhttps://deadbars.bandcamp.com/\nhttps://www.songkick.com/concerts/42767068-dead-bars-at-sunset-tavern",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}