Information about plays

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

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

{
    "id": 381561,
    "uri": "https://api.kexp.org/v2/plays/381561/?format=api",
    "airdate": "2019-09-16T10:45:22-07:00",
    "show": 6353,
    "show_uri": "https://api.kexp.org/v2/shows/6353/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pressure Drop",
    "track_id": "286942b3-7bf2-3e5c-bbdc-1ebd38bdc997",
    "recording_id": null,
    "artist": "Toots & The Maytals",
    "artist_ids": [
        "29730ee3-e1c7-4e28-9ccd-3a0e6b0e8103"
    ],
    "album": "Funky Kingston / In the Dark",
    "release_id": "b0a1c461-5cd6-487f-ac15-7f9c18c73f1a",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After independence in 1962, Jamaica had a new energy. Music started springing up all over the island. \"People told me I had a good voice, so after leaving school I practiced in church, made my own guitar, then started doing gospel, ska and rock steady\" Frederick ‘Toots’ Hibbert on making Pressure Drops. <br><br>  https://bit.ly/2bXmtv3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}