Information about plays

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

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

{
    "id": 3550340,
    "uri": "https://api.kexp.org/v2/plays/3550340/?format=api",
    "airdate": "2025-09-08T06:34:58-07:00",
    "show": 64507,
    "show_uri": "https://api.kexp.org/v2/shows/64507/?format=api",
    "image_uri": "https://ia800607.us.archive.org/23/items/mbid-38a40944-ac73-4c8e-8638-ec0075b170ea/mbid-38a40944-ac73-4c8e-8638-ec0075b170ea-4530840085_thumb500.jpg",
    "thumbnail_uri": "https://ia600607.us.archive.org/23/items/mbid-38a40944-ac73-4c8e-8638-ec0075b170ea/mbid-38a40944-ac73-4c8e-8638-ec0075b170ea-4530840085_thumb250.jpg",
    "song": "I’m Always in Love",
    "track_id": "2c8912d7-2b13-3e71-8633-5730eaa322c8",
    "recording_id": "7a7f30b9-976a-4dcf-bc2d-4763f800cead",
    "artist": "Wilco",
    "artist_ids": [
        "9e53f84d-ef44-4c16-9677-5fd4d78cbd7d"
    ],
    "album": "Summerteeth",
    "release_id": "38a40944-ac73-4c8e-8638-ec0075b170ea",
    "release_group_id": "bb7b90b8-bdb5-455c-9c8e-f87aeaf5d156",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1999-03-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 1999 album was Wildo's third.  This article says that it's \"when Wilco became Wilco\": https://www.vice.com/en/article/wilco-summerteeth-20th-anniversary/\n\nWilco played this song live for KEXP listeners in 2015: https://www.youtube.com/watch?v=5FceV8c6feA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}