Information about plays

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

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

{
    "id": 380211,
    "uri": "https://api.kexp.org/v2/plays/380211/?format=api",
    "airdate": "2019-09-13T00:57:34-07:00",
    "show": 6327,
    "show_uri": "https://api.kexp.org/v2/shows/6327/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunshine",
    "track_id": "c0a57ed1-3813-471c-b987-20822955c757",
    "recording_id": null,
    "artist": "The Avalanches",
    "artist_ids": [
        "a6623d39-2d8e-4f70-8242-0a9553b91e50"
    ],
    "album": "Wildflower",
    "release_id": "b78bfe96-6601-4f07-a44d-d442ac756f87",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2016-07-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Sunshine\" by The Avalanches sampled The Fuzz's \"Leave It All Behind Me\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}