Information about plays

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

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

{
    "id": 3570903,
    "uri": "https://api.kexp.org/v2/plays/3570903/?format=api",
    "airdate": "2025-10-28T06:06:35-07:00",
    "show": 64955,
    "show_uri": "https://api.kexp.org/v2/shows/64955/?format=api",
    "image_uri": "https://ia601308.us.archive.org/7/items/mbid-23951307-d0c9-3c46-9873-65879eb99fb7/mbid-23951307-d0c9-3c46-9873-65879eb99fb7-9858882462_thumb500.jpg",
    "thumbnail_uri": "https://ia801308.us.archive.org/7/items/mbid-23951307-d0c9-3c46-9873-65879eb99fb7/mbid-23951307-d0c9-3c46-9873-65879eb99fb7-9858882462_thumb250.jpg",
    "song": "Sunny Afternoon",
    "track_id": "c469879c-f1fe-3a6d-bf4c-abaaca92de5e",
    "recording_id": "c9bb3422-13f3-4240-a565-59eeb1ec20e8",
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "Face to Face",
    "release_id": "25bdaf88-e0e2-38ad-9343-83e215e9e8f5",
    "release_group_id": "9e3bff06-c552-345b-a10b-aeb6061e1a8a",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1966-12-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}