Information about plays

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

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

{
    "id": 371861,
    "uri": "https://api.kexp.org/v2/plays/371861/?format=api",
    "airdate": "2019-08-24T19:55:56-07:00",
    "show": 6194,
    "show_uri": "https://api.kexp.org/v2/shows/6194/?format=api",
    "image_uri": "http://coverartarchive.org/release/63d3e4f1-30d8-49ef-a734-72c190dae969/19758779739-250.jpg",
    "thumbnail_uri": "",
    "song": "Hard Candy",
    "track_id": "d329e3c2-c4aa-4cd4-9212-0a5fb7f792c9",
    "recording_id": null,
    "artist": "Soft Kill",
    "artist_ids": [
        "c16dcdae-a651-42c1-aff8-edda0f463157"
    ],
    "album": "Savior",
    "release_id": "63d3e4f1-30d8-49ef-a734-72c190dae969",
    "release_group_id": null,
    "labels": [
        "Profound Lore Records"
    ],
    "label_ids": [
        "d2c8507e-217c-4fea-8a0f-7f43288a8d5b"
    ],
    "release_date": "2018-05-11",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}