Information about plays

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

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

{
    "id": 3520352,
    "uri": "https://api.kexp.org/v2/plays/3520352/?format=api",
    "airdate": "2025-06-29T10:03:11-07:00",
    "show": 63869,
    "show_uri": "https://api.kexp.org/v2/shows/63869/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Cried",
    "track_id": null,
    "recording_id": "a9e00a1f-ad32-434a-a06a-7a247272619a",
    "artist": "Cookie & the Cupcakes",
    "artist_ids": [
        "dd6ea49f-09e4-4e6b-9497-401293d097ad"
    ],
    "album": "Best Of Cookie & The Cupcakes",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1963-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cookie & the Cupcakes were among the first to blend Cajun music with rock & roll to create the musical hybrid known as swamp pop. The eight-piece band reached its peak in 1959 when their lively dance tune \"Mathilda\" reached number 47 on the Billboard charts.\nhttps://www.allmusic.com/artist/cookie-the-cupcakes-mn0000103776",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}