Information about plays

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

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

{
    "id": 350950,
    "uri": "https://api.kexp.org/v2/plays/350950/?format=api",
    "airdate": "2019-07-06T17:45:05-07:00",
    "show": 5845,
    "show_uri": "https://api.kexp.org/v2/shows/5845/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "September Blues",
    "track_id": "3f788572-2244-4f07-822e-f5402fdbf1a4",
    "recording_id": null,
    "artist": "Quantic",
    "artist_ids": [
        "f1560407-8826-4ec9-b78f-e0c3fa3ea4f5"
    ],
    "album": "Atlantic Oscillations",
    "release_id": "f5e1664c-8d74-404b-8b53-70ac7f7ef27b",
    "release_group_id": null,
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [
        "095a742b-c292-43e2-b10d-e93e46c446db"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Quantic will be performing at the Nectar Lounge on Saturday, August 31st!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}