Information about plays

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

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

{
    "id": 3564491,
    "uri": "https://api.kexp.org/v2/plays/3564491/?format=api",
    "airdate": "2025-10-13T07:56:26-07:00",
    "show": 64824,
    "show_uri": "https://api.kexp.org/v2/shows/64824/?format=api",
    "image_uri": "https://dn721906.ca.archive.org/0/items/mbid-09e33983-d27b-4566-8956-50562a105f5a/mbid-09e33983-d27b-4566-8956-50562a105f5a-35536302388_thumb500.jpg",
    "thumbnail_uri": "https://dn721906.ca.archive.org/0/items/mbid-09e33983-d27b-4566-8956-50562a105f5a/mbid-09e33983-d27b-4566-8956-50562a105f5a-35536302388_thumb250.jpg",
    "song": "Be My Baby",
    "track_id": "c454135b-e769-3419-b493-c8bf5f918f87",
    "recording_id": "f3bac840-b32d-4a4d-90e1-19c17a9f3ec6",
    "artist": "The Ronettes",
    "artist_ids": [
        "393e5448-896f-43e9-b80b-4ee58e1e71a4"
    ],
    "album": "Presenting the Fabulous Ronettes Featuring Veronica",
    "release_id": "09e33983-d27b-4566-8956-50562a105f5a",
    "release_group_id": "b24ffd1d-1cbc-32bd-bf45-b76b30792b8d",
    "labels": [
        "Philles Records"
    ],
    "label_ids": [
        "d11ea68a-59ed-484a-976c-24eba358280e"
    ],
    "release_date": "1963-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cherokee\n\nThe 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"
}