Information about plays

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

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

{
    "id": 2680523,
    "uri": "https://api.kexp.org/v2/plays/2680523/?format=api",
    "airdate": "2019-12-31T19:59:00-08:00",
    "show": 46266,
    "show_uri": "https://api.kexp.org/v2/shows/46266/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Amoralí (con Potito)",
    "track_id": "9ab0aaab-49fd-422f-89ed-b7cc13c10543",
    "recording_id": null,
    "artist": "Vicente Amigo",
    "artist_ids": [
        "6df45204-f43d-46b5-90f9-b908534e8ed4"
    ],
    "album": "Memoria de los Sentidos",
    "release_id": "e63979da-489b-4c6d-ba0c-fb846e6bf8c3",
    "release_group_id": null,
    "labels": [
        "Sony Music"
    ],
    "label_ids": [],
    "release_date": "2017-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vicente Amigo's eighth album is a flamenco album, and it represents his return to origin after experimenting with other musical codes such as jazz, pop or global music (ethnic rhythms). The Sevillian by birth and Cordovan adoption is one of the best guitarists in the world, beyond the genre in which he was born and has developed, his name is on the top of the best instrumentalists.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}