Information about plays

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

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

{
    "id": 3545070,
    "uri": "https://api.kexp.org/v2/plays/3545070/?format=api",
    "airdate": "2025-08-26T13:25:16-07:00",
    "show": 64394,
    "show_uri": "https://api.kexp.org/v2/shows/64394/?format=api",
    "image_uri": "https://ia902905.us.archive.org/10/items/mbid-06b7d792-5f27-422a-beca-a96dc7636479/mbid-06b7d792-5f27-422a-beca-a96dc7636479-15749059087_thumb500.jpg",
    "thumbnail_uri": "https://ia802905.us.archive.org/10/items/mbid-06b7d792-5f27-422a-beca-a96dc7636479/mbid-06b7d792-5f27-422a-beca-a96dc7636479-15749059087_thumb250.jpg",
    "song": "(The Best Part of) Breakin' Up",
    "track_id": "4c54dc21-be97-3607-8a80-71f642d61857",
    "recording_id": "586f26f8-1d72-4a59-a3e7-f53956c8bdf5",
    "artist": "The Ronettes",
    "artist_ids": [
        "393e5448-896f-43e9-b80b-4ee58e1e71a4"
    ],
    "album": "Be My Baby: The Very Best of the Ronettes",
    "release_id": "06b7d792-5f27-422a-beca-a96dc7636479",
    "release_group_id": "1a47b54d-473c-4f44-a57d-4ecf8afe4ab1",
    "labels": [
        "Legacy",
        "Phil Spector Records"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c",
        "6e2d19b1-34b4-42c7-9295-34c09bef17e7"
    ],
    "release_date": "2011-02-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Ronettes were a family trio who sang together since they were children. They were of Black and Cherokee descent. \n",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}