Information about plays

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

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

{
    "id": 375619,
    "uri": "https://api.kexp.org/v2/plays/375619/?format=api",
    "airdate": "2019-09-02T13:00:00-07:00",
    "show": 6255,
    "show_uri": "https://api.kexp.org/v2/shows/6255/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "90210",
    "track_id": "922f9f2d-795c-4c74-9e05-e9c4501400b6",
    "recording_id": null,
    "artist": "The Courtneys",
    "artist_ids": [
        "6d8eb24b-166c-4c26-bd14-92814e395901"
    ],
    "album": "The Courtneys",
    "release_id": "fe6fb783-d949-4047-bd58-9a64f433c548",
    "release_group_id": null,
    "labels": [
        "Hockey Dad Records"
    ],
    "label_ids": [],
    "release_date": "2013-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Courtneys will be playing SEAchanger, a waterfront concert benefitting Seattle's unsheltered families, next week. DJ Abbie is hosting, so get your tickets now! https://bit.ly/2lA2QA4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}