Information about plays

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

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

{
    "id": 356772,
    "uri": "https://api.kexp.org/v2/plays/356772/?format=api",
    "airdate": "2019-07-20T05:28:00-07:00",
    "show": 5942,
    "show_uri": "https://api.kexp.org/v2/shows/5942/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Moonshine",
    "track_id": "3a097d4e-6e8d-4ccf-8037-4e28070e8ed7",
    "recording_id": null,
    "artist": "Gift of Gab",
    "artist_ids": [
        "0a2f3fba-bf81-4c27-bf03-4dcf8e56a72e"
    ],
    "album": "4th Dimensional Rocketships Going Up",
    "release_id": "cd76b309-e290-40f9-9899-3d6659c02e7b",
    "release_group_id": null,
    "labels": [
        "Epitaph"
    ],
    "label_ids": [],
    "release_date": "2004-05-11",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}