Information about plays

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

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

{
    "id": 3568064,
    "uri": "https://api.kexp.org/v2/plays/3568064/?format=api",
    "airdate": "2025-10-21T14:31:01-07:00",
    "show": 64896,
    "show_uri": "https://api.kexp.org/v2/shows/64896/?format=api",
    "image_uri": "https://ia801800.us.archive.org/6/items/mbid-49936617-caeb-432f-b426-e8f3ce15043f/mbid-49936617-caeb-432f-b426-e8f3ce15043f-10694506467_thumb500.jpg",
    "thumbnail_uri": "https://ia601800.us.archive.org/6/items/mbid-49936617-caeb-432f-b426-e8f3ce15043f/mbid-49936617-caeb-432f-b426-e8f3ce15043f-10694506467_thumb250.jpg",
    "song": "Moaning Lisa Smile",
    "track_id": "e4c73040-702f-47df-96fd-8196e5c7ce97",
    "recording_id": "2a59f638-5613-44ff-83a5-2e93bc8517de",
    "artist": "Wolf Alice",
    "artist_ids": [
        "3547f34a-db02-4ab7-b4a0-380e1ef951a9"
    ],
    "album": "My Love Is Cool",
    "release_id": "49936617-caeb-432f-b426-e8f3ce15043f",
    "release_group_id": "e1085098-3b62-430f-b6c3-7a23eb6fecf3",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2015-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout Out Marc!\n---\nReleased as a single in 2014!\n---\nWatch Wolf Alice perform this song live in our studio in 2015: https://www.youtube.com/watch?v=X5cu7pPmv44\n--\nThen, download this KEXP Song of the Day for free: https://www.kexp.org/read/2015/5/11/song-of-the-day-wolf-alice-moaning-lisa-smile/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}