Information about plays

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

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

{
    "id": 3421821,
    "uri": "https://api.kexp.org/v2/plays/3421821/?format=api",
    "airdate": "2024-11-05T18:46:20-08:00",
    "show": 61773,
    "show_uri": "https://api.kexp.org/v2/shows/61773/?format=api",
    "image_uri": "https://ia804509.us.archive.org/17/items/mbid-ba6f8fb6-5394-4160-8a9d-73504c2d3cfa/mbid-ba6f8fb6-5394-4160-8a9d-73504c2d3cfa-8169040089_thumb500.jpg",
    "thumbnail_uri": "https://ia804509.us.archive.org/17/items/mbid-ba6f8fb6-5394-4160-8a9d-73504c2d3cfa/mbid-ba6f8fb6-5394-4160-8a9d-73504c2d3cfa-8169040089_thumb250.jpg",
    "song": "Power to the People",
    "track_id": "7629cdce-b473-40e6-af29-d562ddda7b39",
    "recording_id": "10c24403-1312-4d7d-b2f8-e384c6ca58dc",
    "artist": "Basement Jaxx",
    "artist_ids": [
        "28cbf94d-0700-4095-a188-37e373b069a7"
    ],
    "album": "Junto",
    "release_id": "1417b706-cdec-4ee7-aee5-9d3b078acbba",
    "release_group_id": "4b3ed97f-5c1f-494e-b0be-e4ded223f9a7",
    "labels": [
        "Atlantic Jaxx"
    ],
    "label_ids": [
        "65fa423a-ce66-4060-9228-c5ce1d8f11ce"
    ],
    "release_date": "2014-08-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring songwriter and singer Niara Scarlett, a fixture on dub, garage, grime, and house singles from the 1990s and 2000s\n\nBasement Jaxx are a British electronic dance music duo consisting of Felix Buxton and Simon Ratcliff. The pair got their name from the regular night club they held in their hometown of Brixton, London, UK.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}