Information about plays

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

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

{
    "id": 345248,
    "uri": "https://api.kexp.org/v2/plays/345248/?format=api",
    "airdate": "2019-06-23T18:02:00-07:00",
    "show": 5757,
    "show_uri": "https://api.kexp.org/v2/shows/5757/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mind Playing Tricks on Me",
    "track_id": "a9aa8290-4457-3f2f-a8cd-0386c7c673af",
    "recording_id": null,
    "artist": "Geto Boys",
    "artist_ids": [
        "a78ca453-3a53-4b19-8b2d-61b10dd45558"
    ],
    "album": "We Can't Be Stopped",
    "release_id": "a4f2a194-38ca-49c3-8cb4-bf369a004b33",
    "release_group_id": null,
    "labels": [
        "Rap-A-Lot Records"
    ],
    "label_ids": [],
    "release_date": "1991-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}