Information about plays

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

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

{
    "id": 3542408,
    "uri": "https://api.kexp.org/v2/plays/3542408/?format=api",
    "airdate": "2025-08-20T08:14:54-07:00",
    "show": 64338,
    "show_uri": "https://api.kexp.org/v2/shows/64338/?format=api",
    "image_uri": "https://ia601403.us.archive.org/0/items/mbid-05adfe85-dd1c-44a0-bda8-a9159e59a30f/mbid-05adfe85-dd1c-44a0-bda8-a9159e59a30f-15842800531_thumb500.jpg",
    "thumbnail_uri": "https://ia801403.us.archive.org/0/items/mbid-05adfe85-dd1c-44a0-bda8-a9159e59a30f/mbid-05adfe85-dd1c-44a0-bda8-a9159e59a30f-15842800531_thumb250.jpg",
    "song": "Let’s Go Crazy",
    "track_id": "ed090437-5904-3df5-98b8-a074b93941e6",
    "recording_id": "715138fa-c498-4fce-883d-f5e1f6e90797",
    "artist": "Prince and The Revolution",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e",
        "4c8ead39-b9df-4c56-a27c-51bc049cfd48"
    ],
    "album": "Purple Rain",
    "release_id": "05adfe85-dd1c-44a0-bda8-a9159e59a30f",
    "release_group_id": "b93a7c47-a6d4-33f2-9034-53fdd991f4ba",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Anniversary to Sara and Christian in Boise!\n\n\"It's my husband Christian and my 15 year anniversary. Can you please play Let's Go Crazy by Prince, it was the song that we walked into our reception at the Pike Place Market to.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}