Information about plays

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

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

{
    "id": 2677194,
    "uri": "https://api.kexp.org/v2/plays/2677194/?format=api",
    "airdate": "2019-12-23T16:02:43-08:00",
    "show": 46211,
    "show_uri": "https://api.kexp.org/v2/shows/46211/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Name",
    "track_id": "4c5482af-9c22-4209-bf53-ec7e1703517e",
    "recording_id": null,
    "artist": "William Onyeabor",
    "artist_ids": [
        "53dd0229-8a42-4bd7-8ffb-29bdec25e9c6"
    ],
    "album": "World Psychedelic Classics 5: Who Is William Onyeabor?",
    "release_id": "e837f8b8-0280-444a-aebe-837b961496a1",
    "release_group_id": null,
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "2013-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "An extraordinary artist, businessman and visionary, Mr. Onyeabor composed and self-released 9 brilliant albums of groundbreaking electronic-funk from 1977-1985, which he recorded, pressed and printed at Wilfilms Limited—his personal pressing plant in southeast Nigeria. - http://www.williamonyeabor.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}