Information about plays

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

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

{
    "id": 378434,
    "uri": "https://api.kexp.org/v2/plays/378434/?format=api",
    "airdate": "2019-09-08T17:43:00-07:00",
    "show": 6299,
    "show_uri": "https://api.kexp.org/v2/shows/6299/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Volcano Girls",
    "track_id": "6c8234ec-d992-3e36-b489-eb654db42961",
    "recording_id": null,
    "artist": "Veruca Salt",
    "artist_ids": [
        "86e8e21a-d29f-47d2-bbf0-e079f7044e71"
    ],
    "album": "Eight Arms to Hold You",
    "release_id": "7ffb5bd7-439c-4304-ab55-f3f74466bcb0",
    "release_group_id": null,
    "labels": [
        "MCA Victor, Inc."
    ],
    "label_ids": [
        "bb146c4f-6621-4ed8-8b23-f80539dc2348"
    ],
    "release_date": "1997-02-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}