Information about plays

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

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

{
    "id": 365859,
    "uri": "https://api.kexp.org/v2/plays/365859/?format=api",
    "airdate": "2019-08-11T05:11:05-07:00",
    "show": 6102,
    "show_uri": "https://api.kexp.org/v2/shows/6102/?format=api",
    "image_uri": "http://coverartarchive.org/release/c7785bb9-8114-4a38-9269-60e61f19a2cf/14774933787-250.jpg",
    "thumbnail_uri": "",
    "song": "Shadow Man",
    "track_id": "a1ef4f8c-7aa1-4eea-aee7-3c317fd652e1",
    "recording_id": null,
    "artist": "Noname feat. Saba, Smino & Phoelix",
    "artist_ids": [
        "96800e05-9924-4321-859a-76e0d4750f2f"
    ],
    "album": "Telefone",
    "release_id": "c7785bb9-8114-4a38-9269-60e61f19a2cf",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-08-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Listener request for Aidan!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}