Information about plays

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

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

{
    "id": 3428299,
    "uri": "https://api.kexp.org/v2/plays/3428299/?format=api",
    "airdate": "2024-11-21T15:09:10-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Punks Jump Up to Get Beat Down",
    "track_id": null,
    "recording_id": "0c252a4b-e1c2-48e4-955e-f0967ccb0e37",
    "artist": "Brand Nubian",
    "artist_ids": [
        "37da13d4-8bbc-41bb-9957-4d94de3d311e"
    ],
    "album": "In God We Trust",
    "release_id": null,
    "release_group_id": "1078d6a8-e58a-3dea-b4bd-b5cd6d342b12",
    "labels": [
        "Tommy Boy"
    ],
    "label_ids": [
        "dd13c200-c9c9-4671-85f8-2dbff1319e3f"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Punks Jump Up to Get Beat Down\" contains samples of \"Thing\" by Lou Donaldson, \"Gonna Fly Now (Theme From Rocky)\" by Bill Conti, \"What Can You Bring Me?\" from Charles Wright & the Watts 103rd Street Rhythm Band, and \"Headstart\" by David \"Fathead\" Newman.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}