Information about plays

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

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

{
    "id": 347192,
    "uri": "https://api.kexp.org/v2/plays/347192/?format=api",
    "airdate": "2019-06-27T22:54:10-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can't Go Back",
    "track_id": "d85745ad-dfca-4030-8c47-da9634a5b4d6",
    "recording_id": null,
    "artist": "Kojey Radical",
    "artist_ids": [
        "478028d8-4c7b-46b2-940f-ac22b4ef37c2"
    ],
    "album": "Can't Go Back",
    "release_id": "b14cf27a-a5ad-4e64-abb5-bab62a2c66c0",
    "release_group_id": null,
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed"
    ],
    "release_date": "2019-05-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "East London rapper and spoken word artist Kojey Radical has dropped the music video for his latest track “Can’t Go Back.” \n\nHe describes the visuals as “a return to form for him. \"When I went through the darkest parts of my depression I used dance as a sort of healing therapy I wanted to reflect the joy of losing yourself in a moment and letting everything go\" Watch here: https://www.youtube.com/watch?v=_ZCNgXzRq-o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}