Information about plays

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

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

{
    "id": 3418123,
    "uri": "https://api.kexp.org/v2/plays/3418123/?format=api",
    "airdate": "2024-10-27T20:28:42-07:00",
    "show": 61691,
    "show_uri": "https://api.kexp.org/v2/shows/61691/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Music Got Me (vocal)",
    "track_id": null,
    "recording_id": "84c51d17-6fc5-4981-b2cd-207af54122cc",
    "artist": "Visual",
    "artist_ids": [
        "83d744f8-5cc0-406f-84c0-897ee366671e"
    ],
    "album": "The Music Got Me",
    "release_id": null,
    "release_group_id": "86dd21e9-3454-4d7e-bdfd-6a80b8af20e7",
    "labels": [],
    "label_ids": [],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Synth boogie - electro - pre-house act\n\n“The Music Got Me” is a down-low gem that will never die. Many consider it the first true house record (at very least, it’s the definitive proto-house record), predating both the garage sound and Chicago house classics that came later on, and influencing producers for decades with its smoky and groovy wonder.\n\nRead more here:\nhttps://www.insomniac.com/music/visual-the-music-got-me/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}