Information about plays

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

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

{
    "id": 3547543,
    "uri": "https://api.kexp.org/v2/plays/3547543/?format=api",
    "airdate": "2025-09-01T11:00:17-07:00",
    "show": 64446,
    "show_uri": "https://api.kexp.org/v2/shows/64446/?format=api",
    "image_uri": "https://ia902904.us.archive.org/14/items/mbid-178e3f2b-8249-4a99-ac0e-a4dd61e299de/mbid-178e3f2b-8249-4a99-ac0e-a4dd61e299de-25718213663_thumb500.jpg",
    "thumbnail_uri": "https://ia802904.us.archive.org/14/items/mbid-178e3f2b-8249-4a99-ac0e-a4dd61e299de/mbid-178e3f2b-8249-4a99-ac0e-a4dd61e299de-25718213663_thumb250.jpg",
    "song": "September Again",
    "track_id": "bcaf60ca-1d7a-4082-a7e7-660c3516b8b4",
    "recording_id": "ae8d7beb-39a7-4237-bda9-8ee80630972f",
    "artist": "Nation Of Language",
    "artist_ids": [
        "88927646-0c28-4b1b-a69e-cb33c400d650"
    ],
    "album": "Introduction, Presence",
    "release_id": "178e3f2b-8249-4a99-ac0e-a4dd61e299de",
    "release_group_id": "cb8dc9d9-d4bd-4ec2-88f3-f63a85beaba5",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2020-05-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Playing:\n- October 9/10 at The Showbox (Seattle)!\n- October 13 at The Fillmore (San Francisco)!\n\nHere is Nation of Language performing \"September Again\" at THING Festival, on KEXP, in 2022: https://www.youtube.com/watch?v=Ixv72belKXo.\n\nhttps://www.nationoflanguage.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}