Information about plays

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

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

{
    "id": 374981,
    "uri": "https://api.kexp.org/v2/plays/374981/?format=api",
    "airdate": "2019-08-31T21:25:04-07:00",
    "show": 6242,
    "show_uri": "https://api.kexp.org/v2/shows/6242/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fly the Flag",
    "track_id": "0682f2e3-e938-45b7-b1ec-344e93cecd59",
    "recording_id": null,
    "artist": "Stiff Little Fingers",
    "artist_ids": [
        "022865bc-84c9-4002-b6c1-d5fc6e12b7d8"
    ],
    "album": "The Peel Sessions Album",
    "release_id": "755bbcce-1f4e-4071-94ac-6f0deb84449e",
    "release_group_id": null,
    "labels": [
        "Strange Fruit"
    ],
    "label_ids": [
        "0c49508e-abff-49ad-b87c-da6270589ae3"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Stiff Little Fingers will be at The Showbox on Tuesday, October 8th with The Avengers.  https://www.songkick.com/concerts/38332364-stiff-little-fingers-at-showbox",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}