Information about plays

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

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

{
    "id": 3500357,
    "uri": "https://api.kexp.org/v2/plays/3500357/?format=api",
    "airdate": "2025-05-12T09:10:22-07:00",
    "show": 63441,
    "show_uri": "https://api.kexp.org/v2/shows/63441/?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://ia601403.us.archive.org/0/items/mbid-05adfe85-dd1c-44a0-bda8-a9159e59a30f/mbid-05adfe85-dd1c-44a0-bda8-a9159e59a30f-15842800531_thumb250.jpg",
    "song": "I Would Die 4 U",
    "track_id": "1776d8b8-c454-3715-bf44-717e7d369b49",
    "recording_id": "54e6d960-b7f6-4f9d-b5d0-4f0ac71900e2",
    "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": "Prince used his LM-1 drum machine to create the rhythm on this track. Released in 1980, the LM-1 was the first programable unit that used real samples, not synthesized sounds.\n\nAbout 500 were made, sold for $5000 each, which kept them in the hands of serious musicians. By 1984, more advanced machines were on the market, but Prince was still using his LM-1. He had a talent for running the beats through guitar effects and embellishing them with other studio tricks, making him one of the best drum machine programmers of his time.\n\nhttps://www.songfacts.com/facts/prince/i-would-die-4-u",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}