Information about plays

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

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

{
    "id": 3624875,
    "uri": "https://api.kexp.org/v2/plays/3624875/?format=api",
    "airdate": "2026-03-03T16:30:24-08:00",
    "show": 66082,
    "show_uri": "https://api.kexp.org/v2/shows/66082/?format=api",
    "image_uri": "https://ia800208.us.archive.org/4/items/mbid-0a11b384-0ca2-45ea-b042-fc8233f758f7/mbid-0a11b384-0ca2-45ea-b042-fc8233f758f7-26939792037_thumb500.jpg",
    "thumbnail_uri": "https://dn710707.ca.archive.org/0/items/mbid-0a11b384-0ca2-45ea-b042-fc8233f758f7/mbid-0a11b384-0ca2-45ea-b042-fc8233f758f7-26939792037_thumb250.jpg",
    "song": "Crazy for You",
    "track_id": "3d4a20dd-0319-3d9d-8255-07935343aae2",
    "recording_id": "df8ae146-ffd8-4bc2-b30d-0227e4a9ecf7",
    "artist": "Best Coast",
    "artist_ids": [
        "5ab8835e-ac44-4055-9c11-7878199606b5"
    ],
    "album": "Crazy for You",
    "release_id": "0a11b384-0ca2-45ea-b042-fc8233f758f7",
    "release_group_id": "5047b1ca-f27d-442b-9df5-bf9efd85376c",
    "labels": [
        "Mexican Summer"
    ],
    "label_ids": [
        "2c6049c6-7335-4d03-b264-234b314b03b5"
    ],
    "release_date": "2010-07-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Crazy for You' is the debut album from LA duo Best Coast. \n\nWatch this 2020 KEXP performance from the group here: https://www.youtube.com/watch?v=qvIlSf37p64\n\nhttps://bestcoast.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}