Information about plays

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

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

{
    "id": 344719,
    "uri": "https://api.kexp.org/v2/plays/344719/?format=api",
    "airdate": "2019-06-22T12:49:01-07:00",
    "show": 5746,
    "show_uri": "https://api.kexp.org/v2/shows/5746/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Is It Enough?",
    "track_id": "5f69f5b8-4943-45d4-a96d-c8b0427f5111",
    "recording_id": null,
    "artist": "Spirit Award",
    "artist_ids": [
        "72042f4e-7652-4bf4-8846-d4981b760f67"
    ],
    "album": "Currency",
    "release_id": "9ae648cf-3fde-4532-9dc2-409faa28a35d",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-05-17",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Catch Spirit Award performing at the West Seattle Summer Festival on July 13th at 6:30pm. Te festival runs from July 12-14th with some of the best bands in the Northwest like Jenn Champion, Polyrhythmics, Blackie (Blondie Tribute) and Common Market, Night Beats, Jeremy Enigk, Spirit Award, and Stas THEE Boss. Don't miss out on this very eventful weekend.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}