Information about plays

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

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

{
    "id": 3555424,
    "uri": "https://api.kexp.org/v2/plays/3555424/?format=api",
    "airdate": "2025-09-20T12:07:39-07:00",
    "show": 64613,
    "show_uri": "https://api.kexp.org/v2/shows/64613/?format=api",
    "image_uri": "https://ia902301.us.archive.org/30/items/mbid-ab3e1a47-4eb7-4540-9602-b7a782a5a816/mbid-ab3e1a47-4eb7-4540-9602-b7a782a5a816-3368968245_thumb500.jpg",
    "thumbnail_uri": "https://ia902301.us.archive.org/30/items/mbid-ab3e1a47-4eb7-4540-9602-b7a782a5a816/mbid-ab3e1a47-4eb7-4540-9602-b7a782a5a816-3368968245_thumb250.jpg",
    "song": "Be My Baby",
    "track_id": "2f36b3fa-8cd3-374c-b746-d90bef8ea149",
    "recording_id": "f3bac840-b32d-4a4d-90e1-19c17a9f3ec6",
    "artist": "The Ronettes",
    "artist_ids": [
        "393e5448-896f-43e9-b80b-4ee58e1e71a4"
    ],
    "album": "Wall of Sound: The Very Best of Phil Spector 1961–1966",
    "release_id": "ab3e1a47-4eb7-4540-9602-b7a782a5a816",
    "release_group_id": "08719ab8-bd8d-4ceb-a4f9-730cde1b8665",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Ronettes' \"Be My Baby\" was released in 1963 and reached number 2 on the U.S. charts amd spent 13 Weeks on the Top 100.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}