Information about plays

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

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

{
    "id": 3416353,
    "uri": "https://api.kexp.org/v2/plays/3416353/?format=api",
    "airdate": "2024-10-23T15:41:01-07:00",
    "show": 61653,
    "show_uri": "https://api.kexp.org/v2/shows/61653/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Case of the P.T.A.",
    "track_id": "a5aa2ae9-8bc2-4734-ad73-23cb77e16bae",
    "recording_id": "b43236bb-3142-4489-8003-4a094cecac29",
    "artist": "Leaders of the New School",
    "artist_ids": [
        "6930c97d-bff1-4fd9-9de3-5341088cb683"
    ],
    "album": "Beats & Rhymes: Hip-Hop of the 90's - Part II",
    "release_id": "3167c279-5ecd-4be5-8575-5907fee3af19",
    "release_group_id": "7089e9e0-0587-4154-9998-0adbe3dd5d9e",
    "labels": [
        "Rhino Entertainment Company"
    ],
    "label_ids": [
        "6c87abe4-7be3-49a9-8aa7-83cb98edbba1"
    ],
    "release_date": "1997-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recognize Busta Rhymes voice here?\n---\nUniondale, NY, rappers MC Charlie Brown, MC Dinco D, MC Busta Rhymes, and Cut Monitor Milo issued their debut album, \"A Future Without a Past,\"  for Elektra in 1991 as Leaders of the New School. \n--\nHere's the video: https://www.youtube.com/watch?v=EG4h1pGfHC8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}