Information about plays

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

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

{
    "id": 3428312,
    "uri": "https://api.kexp.org/v2/plays/3428312/?format=api",
    "airdate": "2024-11-21T15:47:32-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "https://coverartarchive.org/release/1ac40951-ad58-42f7-a3be-d033dafd93b3/38490598430-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1ac40951-ad58-42f7-a3be-d033dafd93b3/38490598430-250.jpg",
    "song": "Time Keeps on Slipping",
    "track_id": null,
    "recording_id": "4a0265cb-2cd1-4aba-a117-e6d68284a410",
    "artist": "Deltron 3030 feat. Damon Albarn",
    "artist_ids": [
        "ce886f30-8b8f-4cc8-b854-3749291350fd",
        "7d7a5fdd-0d04-4c36-8bee-906feeae239c"
    ],
    "album": "Deltron 3030",
    "release_id": null,
    "release_group_id": "a55be3b5-1d86-317a-ac22-49655313bae0",
    "labels": [],
    "label_ids": [],
    "release_date": "2000-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song samples Lou Donaldson's \"Ode to Billie Joe.\"\n--\nBlur vocalist Damon Albarn delivers a guest chorus verse and plays melodica throughout this track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}