Information about plays

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

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

{
    "id": 345458,
    "uri": "https://api.kexp.org/v2/plays/345458/?format=api",
    "airdate": "2019-06-24T07:07:58-07:00",
    "show": 5761,
    "show_uri": "https://api.kexp.org/v2/shows/5761/?format=api",
    "image_uri": "http://coverartarchive.org/release/a468d428-1672-4c26-bf36-199793367f5e/20205578131-250.jpg",
    "thumbnail_uri": "",
    "song": "Street Fighter Mas",
    "track_id": "e23911a1-fe93-4f33-a4af-9e6e9a63e154",
    "recording_id": null,
    "artist": "Kamasi Washington",
    "artist_ids": [
        "c7a3e868-c6d8-4512-a5ef-f6cbe42899b0"
    ],
    "album": "Heaven and Earth",
    "release_id": "a468d428-1672-4c26-bf36-199793367f5e",
    "release_group_id": null,
    "labels": [
        "Young Turks"
    ],
    "label_ids": [
        "87667892-a93f-43e4-a004-f8b9182788df"
    ],
    "release_date": "2018-06-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "As a kid, Kamasi Washington says he truly believed he was the greatest Street Fighter player in the world. In the music video for \"Street Fighter Mas,\" he battles and wins against professional gamer ComboFiend,who once worked for the game's developer, Capcom. 🎮 https://youtu.be/LdyabrdFMC8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}