Information about plays

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

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

{
    "id": 3551800,
    "uri": "https://api.kexp.org/v2/plays/3551800/?format=api",
    "airdate": "2025-09-11T18:17:33-07:00",
    "show": 64535,
    "show_uri": "https://api.kexp.org/v2/shows/64535/?format=api",
    "image_uri": "https://ia601904.us.archive.org/33/items/mbid-953a6d30-172c-4919-8a80-1e4f754e71bd/mbid-953a6d30-172c-4919-8a80-1e4f754e71bd-3778710167_thumb500.jpg",
    "thumbnail_uri": "https://ia801904.us.archive.org/33/items/mbid-953a6d30-172c-4919-8a80-1e4f754e71bd/mbid-953a6d30-172c-4919-8a80-1e4f754e71bd-3778710167_thumb250.jpg",
    "song": "Lonely Soul",
    "track_id": "6049e080-712d-3e1a-9f7c-5fb402f518b4",
    "recording_id": "bc7129ee-5ba9-4427-9d3a-7f5745030751",
    "artist": "UNKLE",
    "artist_ids": [
        "6648391e-7890-4f6c-b939-976f215195d3"
    ],
    "album": "Psyence Fiction",
    "release_id": "953a6d30-172c-4919-8a80-1e4f754e71bd",
    "release_group_id": "17027712-7707-3791-ab65-5320e5ebe501",
    "labels": [
        "Mo Wax",
        "London Records"
    ],
    "label_ids": [
        "a9060093-ba38-4894-994d-efb808d2d586",
        "60a0dd34-2333-4679-9050-38c21f7bc616"
    ],
    "release_date": "1998-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to Richard Ashcroft born on this day in 1971! Richard Ashcroft is an English singer-songwriter (The Verve and RPA & The United Nations of Sound) featured on this track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}