Information about plays

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

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

{
    "id": 3428285,
    "uri": "https://api.kexp.org/v2/plays/3428285/?format=api",
    "airdate": "2024-11-21T14:12:17-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "https://coverartarchive.org/release/21b0be90-db53-4b91-a2a6-d6b34a03d6d4/29153066318-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/21b0be90-db53-4b91-a2a6-d6b34a03d6d4/29153066318-250.jpg",
    "song": "All Souled Out",
    "track_id": null,
    "recording_id": "d3faec8b-7961-4c2a-8a94-c4fb28db5f7f",
    "artist": "Pete Rock & C.L. Smooth",
    "artist_ids": [
        "cff77480-7ba4-4206-b1a8-e1b98b38f07c"
    ],
    "album": "All Souled Out",
    "release_id": null,
    "release_group_id": "e4106288-b665-3b53-b219-979652bd72eb",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1991-06-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "They sampled the hooks from Lou Donaldson's \"Turtle Walk\" and James Brown's 1973 \"Shoot Your Shot.\"\n--\nThis  debut EP came out in 1991 before Pete Rock & CL Smooth's critically acclaimed album \"Mecca and the Soul Brother.\" Here's a 30-year retrospective from 2021: https://albumism.com/features/tribute-celebrating-30-years-of-pete-rock-and-cl-smooth-all-souled-out",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}