Information about plays

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

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

{
    "id": 379410,
    "uri": "https://api.kexp.org/v2/plays/379410/?format=api",
    "airdate": "2019-09-11T04:20:48-07:00",
    "show": 6316,
    "show_uri": "https://api.kexp.org/v2/shows/6316/?format=api",
    "image_uri": "http://coverartarchive.org/release/e8e97ec9-e517-4002-980e-d9e2848906fe/22550991190-250.jpg",
    "thumbnail_uri": "",
    "song": "Great Concerns",
    "track_id": "33f412f2-d706-4df5-a61c-f1cfe362135e",
    "recording_id": null,
    "artist": "Lust for Youth",
    "artist_ids": [
        "887d9ae7-583c-424e-bd29-a4f63b04f9f5"
    ],
    "album": "Lust for Youth",
    "release_id": "e8e97ec9-e517-4002-980e-d9e2848906fe",
    "release_group_id": null,
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2019-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Catch the Danish outfit on Oct 29th at Chop Suey.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}