Information about plays

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

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

{
    "id": 3551064,
    "uri": "https://api.kexp.org/v2/plays/3551064/?format=api",
    "airdate": "2025-09-09T23:57:52-07:00",
    "show": 64521,
    "show_uri": "https://api.kexp.org/v2/shows/64521/?format=api",
    "image_uri": "https://ia801907.us.archive.org/23/items/mbid-04049b63-b29c-330c-b758-fe671a60f420/mbid-04049b63-b29c-330c-b758-fe671a60f420-26953889856_thumb500.jpg",
    "thumbnail_uri": "https://dn721601.ca.archive.org/0/items/mbid-04049b63-b29c-330c-b758-fe671a60f420/mbid-04049b63-b29c-330c-b758-fe671a60f420-26953889856_thumb250.jpg",
    "song": "Dead Disco",
    "track_id": "722558e2-ab27-32ef-8787-5181f0d94d6a",
    "recording_id": "a579e429-7e60-401f-a44c-b6463c35f922",
    "artist": "Metric",
    "artist_ids": [
        "4449ccf6-c948-4d33-aa97-b6ad98ce4b5b"
    ],
    "album": "Old World Underground, Where Are You Now?",
    "release_id": "04049b63-b29c-330c-b758-fe671a60f420",
    "release_group_id": "035d5246-d0d4-34d5-bb4e-3c93c5065445",
    "labels": [
        "Unter Schafen"
    ],
    "label_ids": [
        "d94d79e4-1432-4bae-88b5-01bc30933ded"
    ],
    "release_date": "2006-05-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Metric are a Canadian indie rock band founded in 1998 in Toronto, Ontario. Their first studio album, 'Old World Underground, Where Are You Now?', was released in 2003.\n\nHere they are performing Live on KEXP.\nhttps://www.youtube.com/watch?v=suQPbf7Irm4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}