Information about plays

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

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

{
    "id": 372229,
    "uri": "https://api.kexp.org/v2/plays/372229/?format=api",
    "airdate": "2019-08-25T16:23:00-07:00",
    "show": 6201,
    "show_uri": "https://api.kexp.org/v2/shows/6201/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "High Road",
    "track_id": "ec5e0520-ee92-466f-9882-f052c42877df",
    "recording_id": null,
    "artist": "Cults",
    "artist_ids": [
        "4c671d5a-7027-4398-8055-03e61d1a3967"
    ],
    "album": "Static",
    "release_id": "fef24c03-b1cd-4c7f-8e54-a6b103c55c88",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "2013-10-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}