Information about plays

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

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

{
    "id": 3410070,
    "uri": "https://api.kexp.org/v2/plays/3410070/?format=api",
    "airdate": "2024-10-08T15:10:30-07:00",
    "show": 61522,
    "show_uri": "https://api.kexp.org/v2/shows/61522/?format=api",
    "image_uri": "",
    "thumbnail_uri": "https://ia600500.us.archive.org/28/items/mbid-03a6c602-0d0e-417f-bf83-9f23cd4ba7f7/mbid-03a6c602-0d0e-417f-bf83-9f23cd4ba7f7-37148353348_thumb250.jpg",
    "song": "Cannonball",
    "track_id": "ad9e2530-6af3-4117-b087-bd724a275314",
    "recording_id": "36545f95-4e32-4f77-976d-bd38d252a4c9",
    "artist": "The Breeders",
    "artist_ids": [
        "667e856e-f3a7-42e9-8244-95422ef31321"
    ],
    "album": "Cannonball",
    "release_id": "38489fec-8792-4a35-878d-4dac62e2554d",
    "release_group_id": "c084c815-bdf8-4971-ad87-37597d81ae16",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1993-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Breeders were born out of Kim Deal, as a side project during her time as bassist for the Pixies.  Written and sung by Deal, \"Cannonball\" made the US Hot 100... something the Pixies never did. The song was originally titled \"Grunggae,\" a combination of \"grunge\" and \"reggae.\" The name came from Kim Deal thinking the accented riff resembled the accent in reggae.\nhttps://tinyurl.com/mud5j3uw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}