Information about plays

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

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

{
    "id": 3496339,
    "uri": "https://api.kexp.org/v2/plays/3496339/?format=api",
    "airdate": "2025-05-02T17:28:03-07:00",
    "show": 63350,
    "show_uri": "https://api.kexp.org/v2/shows/63350/?format=api",
    "image_uri": "https://ia801400.us.archive.org/14/items/mbid-f8ae1fa5-6665-4ff7-9f31-e6280d28b7f4/mbid-f8ae1fa5-6665-4ff7-9f31-e6280d28b7f4-2587503583_thumb500.jpg",
    "thumbnail_uri": "https://ia801400.us.archive.org/14/items/mbid-f8ae1fa5-6665-4ff7-9f31-e6280d28b7f4/mbid-f8ae1fa5-6665-4ff7-9f31-e6280d28b7f4-2587503583_thumb250.jpg",
    "song": "Say No Go",
    "track_id": "c1a3fe4d-b74c-3f6a-a00b-a04c0c3d7c78",
    "recording_id": "0b44715b-5179-4fe7-acb6-6aba6fbef3ef",
    "artist": "De La Soul",
    "artist_ids": [
        "a8ebde98-7e91-46c7-992c-90039ba42017"
    ],
    "album": "3 Feet High and Rising",
    "release_id": "f8ae1fa5-6665-4ff7-9f31-e6280d28b7f4",
    "release_group_id": "5243f39c-c344-3989-a0f6-2a2f75a9d827",
    "labels": [
        "Tommy Boy Music"
    ],
    "label_ids": [
        "25782561-07e5-453b-b2e9-6a7c39f86a3e"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Based on riffs from Hall & Oates' \"I Can't Go For That (No Can Do\" from 1981's \"Private Eyes\"\n\nYou can get a closer look at this one and more in KEXPs Review Revue of De La Soul's 'Three Feet High and Rising': https://kexp.org/read/2016/8/25/review-revue-de-la-soul-three-feet-high-and-rising/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}