Information about plays

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

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

{
    "id": 378931,
    "uri": "https://api.kexp.org/v2/plays/378931/?format=api",
    "airdate": "2019-09-10T01:29:47-07:00",
    "show": 6309,
    "show_uri": "https://api.kexp.org/v2/shows/6309/?format=api",
    "image_uri": "http://coverartarchive.org/release/04a54ce3-7ca8-4d5c-80d7-b559c190a88f/21104193544-250.jpg",
    "thumbnail_uri": "",
    "song": "Rebel Girl",
    "track_id": "024b494c-ec2d-3e3c-bd47-7b88857d3113",
    "recording_id": null,
    "artist": "Bikini Kill",
    "artist_ids": [
        "1397d045-1603-41fc-80b9-712c18360145"
    ],
    "album": "The Singles",
    "release_id": "04a54ce3-7ca8-4d5c-80d7-b559c190a88f",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "1998-06-23",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Bikini Kill played four reunion shows in Brooklyn this year, and at the third one, they were joined by the legendary Joan Jett. Watch the video here: https://bit.ly/2m9ujsU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}