Information about plays

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

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

{
    "id": 375635,
    "uri": "https://api.kexp.org/v2/plays/375635/?format=api",
    "airdate": "2019-09-02T14:02:23-07:00",
    "show": 6256,
    "show_uri": "https://api.kexp.org/v2/shows/6256/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Epton On Broadway (Part I & Part II)",
    "track_id": "8e6bde51-f355-4f52-922b-7cf6a13e4316",
    "recording_id": null,
    "artist": "Holy Ghost!",
    "artist_ids": [
        "3c0d5463-6688-4f4a-8273-a191657d8084"
    ],
    "album": "Epton On Broadway (Part I & Part II)",
    "release_id": "0ab997ff-8f64-4957-b148-390da0703b55",
    "release_group_id": null,
    "labels": [
        "West End Records"
    ],
    "label_ids": [
        "df4f0d2b-deed-4d37-afcd-71d18d87544c"
    ],
    "release_date": "2019-02-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Duo from Brooklyn out with a new single earlier this year!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}