Information about plays

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

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

{
    "id": 3544560,
    "uri": "https://api.kexp.org/v2/plays/3544560/?format=api",
    "airdate": "2025-08-25T08:12:55-07:00",
    "show": 64384,
    "show_uri": "https://api.kexp.org/v2/shows/64384/?format=api",
    "image_uri": "https://ia801901.us.archive.org/29/items/mbid-fb57786f-372e-49ce-8b40-a0441f2383a6/mbid-fb57786f-372e-49ce-8b40-a0441f2383a6-42523549425_thumb500.jpg",
    "thumbnail_uri": "https://ia801901.us.archive.org/29/items/mbid-fb57786f-372e-49ce-8b40-a0441f2383a6/mbid-fb57786f-372e-49ce-8b40-a0441f2383a6-42523549425_thumb250.jpg",
    "song": "Summer Is Over",
    "track_id": "58f540d8-9f41-40ec-a27e-e70c4b64a74c",
    "recording_id": "f853bb68-9c1a-4536-81bf-dcc5ddaac05a",
    "artist": "M.O.S.S.",
    "artist_ids": [
        "498b4f90-b3d5-4f1f-b955-9a79787223e8"
    ],
    "album": "Youth Loser",
    "release_id": "fb57786f-372e-49ce-8b40-a0441f2383a6",
    "release_group_id": "d6c4d9a4-c836-4e93-9783-ab65ff8a2332",
    "labels": [
        "Den Tapes"
    ],
    "label_ids": [
        "f295a646-1c25-4dc1-9a67-40828b4091d1"
    ],
    "release_date": "2025-07-11",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "M.O.S.S. is\nJack Swart - Guitar+vocals\nRyan Mortensen - Guitar+vocals\nNathan Anderson - Bass+percussion\nEmmaline McGraw - Drums+vocals\n--\nYou can purchase \"Youth Loser\" from this Seattle band here: https://dentapes.bandcamp.com/album/youth-loser\n----",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}