Information about plays

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

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

{
    "id": 369173,
    "uri": "https://api.kexp.org/v2/plays/369173/?format=api",
    "airdate": "2019-08-18T16:53:00-07:00",
    "show": 6154,
    "show_uri": "https://api.kexp.org/v2/shows/6154/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fools Gold 4.15",
    "track_id": "40ec12cd-f08f-30a9-b9aa-e993d351110d",
    "recording_id": null,
    "artist": "The Stone Roses",
    "artist_ids": [
        "b5fa29f1-6c22-4321-a488-b5f363b06b06"
    ],
    "album": "Fools Gold ’95",
    "release_id": "a72a85c2-9041-4618-a656-f3ac421ac351",
    "release_group_id": null,
    "labels": [
        "Silvertone Records"
    ],
    "label_ids": [
        "82307007-21d1-48c0-a31f-b89d9b1811de"
    ],
    "release_date": "1995-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}