Information about plays

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

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

{
    "id": 3573975,
    "uri": "https://api.kexp.org/v2/plays/3573975/?format=api",
    "airdate": "2025-11-04T16:24:00-08:00",
    "show": 65023,
    "show_uri": "https://api.kexp.org/v2/shows/65023/?format=api",
    "image_uri": "https://ia800200.us.archive.org/22/items/mbid-4d1debfc-8faf-497a-82ae-e68ce1f8cdfa/mbid-4d1debfc-8faf-497a-82ae-e68ce1f8cdfa-11452458311_thumb500.jpg",
    "thumbnail_uri": "https://ia600200.us.archive.org/22/items/mbid-4d1debfc-8faf-497a-82ae-e68ce1f8cdfa/mbid-4d1debfc-8faf-497a-82ae-e68ce1f8cdfa-11452458311_thumb250.jpg",
    "song": "My Love for You",
    "track_id": "14ae2d05-ba13-306c-9633-eca7fa8d4baf",
    "recording_id": "b980530e-0bb2-47f3-b129-3accc4bc7d0b",
    "artist": "ESG",
    "artist_ids": [
        "b3465cab-9628-447c-9897-2d18abab89d3"
    ],
    "album": "Dance to the Best of ESG",
    "release_id": "4d1debfc-8faf-497a-82ae-e68ce1f8cdfa",
    "release_group_id": "c5bef94a-ce05-48a9-9482-04a36869b3d4",
    "labels": [
        "Fire Records"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed"
    ],
    "release_date": "2010-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ESG (Emerald Sapphire & Gold) is an American funk rock band formed in the South Bronx in 1978. The band’s original members were sisters Renee, Valerie and Marie Scroggins.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}