Information about plays

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

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

{
    "id": 3548294,
    "uri": "https://api.kexp.org/v2/plays/3548294/?format=api",
    "airdate": "2025-09-03T05:33:52-07:00",
    "show": 64461,
    "show_uri": "https://api.kexp.org/v2/shows/64461/?format=api",
    "image_uri": "https://ia600202.us.archive.org/23/items/mbid-13920435-8a44-4e45-b35e-57b08ba9d1f5/mbid-13920435-8a44-4e45-b35e-57b08ba9d1f5-2356334812_thumb500.jpg",
    "thumbnail_uri": "https://ia800202.us.archive.org/23/items/mbid-13920435-8a44-4e45-b35e-57b08ba9d1f5/mbid-13920435-8a44-4e45-b35e-57b08ba9d1f5-2356334812_thumb250.jpg",
    "song": "Freaking Out the Neighborhood",
    "track_id": "86454a9b-55d4-3dfd-98a9-283db540f063",
    "recording_id": "64336aed-6199-4940-ac0e-b2a731086d44",
    "artist": "Mac DeMarco",
    "artist_ids": [
        "f2492c31-54a8-4347-a1fc-f81f72873bbf"
    ],
    "album": "2",
    "release_id": "13920435-8a44-4e45-b35e-57b08ba9d1f5",
    "release_group_id": "3ba00670-7a00-46d9-b9f4-80625438c058",
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2012-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Lyle on his first day of middle school (7th grader)! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}