Information about plays

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

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

{
    "id": 3420931,
    "uri": "https://api.kexp.org/v2/plays/3420931/?format=api",
    "airdate": "2024-11-03T14:15:56-08:00",
    "show": 61753,
    "show_uri": "https://api.kexp.org/v2/shows/61753/?format=api",
    "image_uri": "https://ia801306.us.archive.org/17/items/mbid-8fc6ad98-b37b-48b2-af99-b8cc1efcde39/mbid-8fc6ad98-b37b-48b2-af99-b8cc1efcde39-6491906051_thumb500.jpg",
    "thumbnail_uri": "https://ia801306.us.archive.org/17/items/mbid-8fc6ad98-b37b-48b2-af99-b8cc1efcde39/mbid-8fc6ad98-b37b-48b2-af99-b8cc1efcde39-6491906051_thumb250.jpg",
    "song": "Stakes Is High",
    "track_id": "d03816ae-6a6a-4632-aa5e-ee61989fd9a2",
    "recording_id": "bb4ec444-2c48-4e08-8d87-12cc890310b6",
    "artist": "De La Soul",
    "artist_ids": [
        "a8ebde98-7e91-46c7-992c-90039ba42017"
    ],
    "album": "Stakes Is High",
    "release_id": "cd049454-4b45-4f24-ad23-067cc63ef5e5",
    "release_group_id": "2a6020bf-93bf-384f-8378-af380159261d",
    "labels": [
        "Tommy Boy"
    ],
    "label_ids": [
        "dd13c200-c9c9-4671-85f8-2dbff1319e3f"
    ],
    "release_date": "1996-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stakes is High!!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}