Information about plays

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

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

{
    "id": 350955,
    "uri": "https://api.kexp.org/v2/plays/350955/?format=api",
    "airdate": "2019-07-06T18:06:13-07:00",
    "show": 5846,
    "show_uri": "https://api.kexp.org/v2/shows/5846/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Kids",
    "track_id": "fa78a9cf-7109-415c-ad9c-bb868566d53a",
    "recording_id": null,
    "artist": "Sol",
    "artist_ids": [
        "e536b30f-8984-427d-9199-47594beaa2b3"
    ],
    "album": "The Kids",
    "release_id": "70f58ad5-1e0e-4847-9da5-7496d3e8c593",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-12-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See more Sol \"The Kids\" on YouTube: \nhttps://bit.ly/2S5Ajik",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}