Information about plays

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

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

{
    "id": 3581628,
    "uri": "https://api.kexp.org/v2/plays/3581628/?format=api",
    "airdate": "2025-11-22T21:01:24-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Too Hard",
    "track_id": "fa10f4e4-303e-4ed6-b439-20193e2e1a97",
    "recording_id": "ead8a55b-57df-4417-82cc-1845504c8743",
    "artist": "Wimps",
    "artist_ids": [
        "73543c71-5a51-4cac-8b2e-97ed90124053"
    ],
    "album": "Couches",
    "release_id": "28708d1b-453e-4694-9baa-2e1e1924aa09",
    "release_group_id": "635abf11-580f-48d1-85fe-5bbeb04150a4",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Wimps will be playing at Sunset Tavern in Seattle on December 9th with Mark Robinson and Pitschouse.\n\nhttps://www.instagram.com/wimpsgram\nhttps://thesewimps.bandcamp.com/music\nhttps://www.facebook.com/thesewimps/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}