Information about plays

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

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

{
    "id": 3428271,
    "uri": "https://api.kexp.org/v2/plays/3428271/?format=api",
    "airdate": "2024-11-21T13:09:44-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "https://ia801201.us.archive.org/23/items/mbid-2bf11d4c-8505-4589-856d-30ee505669dd/mbid-2bf11d4c-8505-4589-856d-30ee505669dd-12029998374_thumb500.jpg",
    "thumbnail_uri": "https://ia801201.us.archive.org/23/items/mbid-2bf11d4c-8505-4589-856d-30ee505669dd/mbid-2bf11d4c-8505-4589-856d-30ee505669dd-12029998374_thumb250.jpg",
    "song": "Cantaloop (Flip Fantasia)",
    "track_id": "795d905f-3c6c-4902-ba35-bc63c696bfef",
    "recording_id": "4d38df43-a5fb-4dd3-9e03-d55a4608fcc3",
    "artist": "Us3",
    "artist_ids": [
        "b370defd-86cc-42f3-85b4-7c2a8305c04a"
    ],
    "album": "Hand on the Torch",
    "release_id": "2bf11d4c-8505-4589-856d-30ee505669dd",
    "release_group_id": "8ed94489-830c-3a86-9772-f9a84354ff43",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1993-11-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampling Lou Donaldson's \"Everything I Do Gonna Be Funky (From Now On).\" \n\nIt also heavily samples Herbie Hancock's \"Cantaloupe Island\" and samples multiple elements of Donald Byrd's \"Places and Spaces,\" produced by Larry Mizell.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}