Information about plays

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

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

{
    "id": 3548845,
    "uri": "https://api.kexp.org/v2/plays/3548845/?format=api",
    "airdate": "2025-09-04T13:30:01-07:00",
    "show": 64473,
    "show_uri": "https://api.kexp.org/v2/shows/64473/?format=api",
    "image_uri": "https://ia800408.us.archive.org/30/items/mbid-26465a77-9d85-4660-b0c1-5717081ba731/mbid-26465a77-9d85-4660-b0c1-5717081ba731-17717334733_thumb500.jpg",
    "thumbnail_uri": "https://ia600408.us.archive.org/30/items/mbid-26465a77-9d85-4660-b0c1-5717081ba731/mbid-26465a77-9d85-4660-b0c1-5717081ba731-17717334733_thumb250.jpg",
    "song": "Fight for Survival",
    "track_id": "d862f02d-de77-4d41-b78d-1b2c2ffa1258",
    "recording_id": "e1288c87-2a37-403f-8f24-dd540b6afa41",
    "artist": "Ernest Gold",
    "artist_ids": [
        "4eec4d77-8e33-412f-b2c8-bbdab4702e46"
    ],
    "album": "Exodus: Original Sound Track From the Film",
    "release_id": "26465a77-9d85-4660-b0c1-5717081ba731",
    "release_group_id": "3ca7c7ac-d3f3-3d63-ad3a-531edd57febf",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1960-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Moby sampled the hook from this song for \"Porcelain.\"\n--\nErnest Gold was an Austrian-born composer, known for composing the \"Exodus\" film soundtrack. Here's an interview: https://cinescores.dudaone.com/a-conversation-with-ernest-gold",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}