Information about plays

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

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

{
    "id": 3519398,
    "uri": "https://api.kexp.org/v2/plays/3519398/?format=api",
    "airdate": "2025-06-27T06:00:44-07:00",
    "show": 63848,
    "show_uri": "https://api.kexp.org/v2/shows/63848/?format=api",
    "image_uri": "https://ia803101.us.archive.org/17/items/mbid-d1d81f1d-fe3d-44b3-9692-051513b0662e/mbid-d1d81f1d-fe3d-44b3-9692-051513b0662e-20362927395_thumb500.jpg",
    "thumbnail_uri": "https://ia903101.us.archive.org/17/items/mbid-d1d81f1d-fe3d-44b3-9692-051513b0662e/mbid-d1d81f1d-fe3d-44b3-9692-051513b0662e-20362927395_thumb250.jpg",
    "song": "Walk On By",
    "track_id": "86787088-6762-3b83-b87f-9fe7eddff3b8",
    "recording_id": "8a8c05ef-f689-4e39-b44b-645da52c9a10",
    "artist": "Isaac Hayes",
    "artist_ids": [
        "a2361c7d-ddb6-41c1-a9a0-be09fbbb8d21"
    ],
    "album": "Dead Presidents",
    "release_id": "ad22dcd4-46ba-3a13-9089-087f1c5f9e78",
    "release_group_id": "fe7d1ad2-26e0-35ca-87ea-290e46dde7e8",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1995-09-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Isaac Hayes' cover of the classic Bacharach/David tune was released OTD in 1969. \n\nHayes' version has been widely sampled:\n-The Notorious B.I.G. \"Warning\"\n-Faith Evans in \"No Other Love\"\n-2Pac in \"Me Against The World\"\n-MF DOOM \"Dead Bent\"\n-Wu-Tang Clan \"I Can't Go to Sleep\"\n-Hooverphonic in \"2 Wicky\"\n-Beyoncé's \"6 Inch\"\nAmong many others...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}