Information about plays

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

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

{
    "id": 3410072,
    "uri": "https://api.kexp.org/v2/plays/3410072/?format=api",
    "airdate": "2024-10-08T15:16:20-07:00",
    "show": 61522,
    "show_uri": "https://api.kexp.org/v2/shows/61522/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Scarlet Fire",
    "track_id": null,
    "recording_id": "499ef6d8-e324-4bec-ae32-cc0938723859",
    "artist": "Otis McDonald",
    "artist_ids": [
        "4c399c2a-6645-4fb1-8c91-b075b9e69a85"
    ],
    "album": "Innovations in Booty Shaking Music (Part 1)",
    "release_id": null,
    "release_group_id": "fd1e1cc0-8602-40dd-9cce-16ec2bcda397",
    "labels": [
        "1beatRecords"
    ],
    "label_ids": [
        "6a8ca305-c82a-488f-bd28-7e87a574937a"
    ],
    "release_date": "2015-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"From the mind and ears of producer/multi-instrumentalist, Joe Bagale, comes a sound that is fresh but tangibly rooted in nostalgia. When taking a listen, one may recall the soul of the 60s or the funk of the 70s. Or perhaps it’s pop radio from the 80s or the boom bap beats of the late 90s. What ever it may be, Otis McDonald is the sound of an artist who manifests a lesson in versatility and growing perspective.\"\nCheck out the official YouTube page of Otis McDonald here:\nhttps://www.youtube.com/@OtisMacMusic/videos\n---\nhttps://www.otismacmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}