Information about plays

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

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

{
    "id": 356805,
    "uri": "https://api.kexp.org/v2/plays/356805/?format=api",
    "airdate": "2019-07-20T09:17:00-07:00",
    "show": 5945,
    "show_uri": "https://api.kexp.org/v2/shows/5945/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Israelites",
    "track_id": "150fe95b-af65-3add-9e71-54f34d9a4dee",
    "recording_id": null,
    "artist": "Desmond Dekker",
    "artist_ids": [
        "8ac5bea6-3a62-4e28-9df7-03f24d4c06fc"
    ],
    "album": "…In Memoriam 1941-2006",
    "release_id": "968d5991-1553-4127-b630-bb0e690d1e59",
    "release_group_id": null,
    "labels": [
        "Secret Records"
    ],
    "label_ids": [],
    "release_date": "2006-12-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Israelites\" is a song written by Desmond Dekker and Leslie Kong that became a hit for Dekker's group, Desmond Dekker & The Aces. The vocal melody is syncopated and is centred on the tone of B flat.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}