Information about plays

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

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

{
    "id": 380369,
    "uri": "https://api.kexp.org/v2/plays/380369/?format=api",
    "airdate": "2019-09-13T10:36:12-07:00",
    "show": 6330,
    "show_uri": "https://api.kexp.org/v2/shows/6330/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Air BnB",
    "track_id": "70461633-cd56-4485-b273-1479d34e726c",
    "recording_id": null,
    "artist": "Kim Gordon",
    "artist_ids": [
        "19301485-ac9c-4dad-885b-cd8e8c8b4184"
    ],
    "album": "No Home Record",
    "release_id": "e7c50684-f288-4c50-a00a-4c73a9a736f7",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2019-10-11",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kim Gordon's new video for \"Air BnB\" is a parody of conventional Air BnB aesthetics and expensive music video shoots. In place of visuals, the video consists of a slideshow of text explaining what the video would look like, if Gordon had had the money to shoot it. See it here: https://www.youtube.com/watch?time_continue=84&v=_Jhhzy7vr8A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}