Information about plays

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

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

{
    "id": 373451,
    "uri": "https://api.kexp.org/v2/plays/373451/?format=api",
    "airdate": "2019-08-28T09:23:54-07:00",
    "show": 6217,
    "show_uri": "https://api.kexp.org/v2/shows/6217/?format=api",
    "image_uri": "http://coverartarchive.org/release/67ce671d-4a1b-4491-bf01-d0bfe0484e79/9577895377-250.jpg",
    "thumbnail_uri": "",
    "song": "Divide and Conquer",
    "track_id": "54ca1044-e724-3fbf-84d8-7116a5d7643a",
    "recording_id": null,
    "artist": "Hüsker Dü",
    "artist_ids": [
        "5c4c90a4-539f-4101-83cf-301bc6a94e06"
    ],
    "album": "The Living End",
    "release_id": "67ce671d-4a1b-4491-bf01-d0bfe0484e79",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1994-04-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"It's not about my politics / Something happened way too quick / A bunch of men who played it sick / They divide, conquer...\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}