Information about plays

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

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

{
    "id": 365466,
    "uri": "https://api.kexp.org/v2/plays/365466/?format=api",
    "airdate": "2019-08-10T04:32:00-07:00",
    "show": 6090,
    "show_uri": "https://api.kexp.org/v2/shows/6090/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black NASA",
    "track_id": "9563c66e-13b9-484f-bd16-f3caf4e561b8",
    "recording_id": null,
    "artist": "Black Milk",
    "artist_ids": [],
    "album": "DiVE",
    "release_id": "34922e5f-14dd-4062-b49d-39e39f836e98",
    "release_group_id": null,
    "labels": [
        "Mass Appeal Records"
    ],
    "label_ids": [
        "6f6e9784-ac68-4dcc-9790-d6b3edbb1a56"
    ],
    "release_date": "2019-08-02",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}