Information about plays

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

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

{
    "id": 354047,
    "uri": "https://api.kexp.org/v2/plays/354047/?format=api",
    "airdate": "2019-07-13T23:05:06-07:00",
    "show": 5901,
    "show_uri": "https://api.kexp.org/v2/shows/5901/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Type A",
    "track_id": "9f47c64e-d2bb-48c3-afa9-17f9ed4fc081",
    "recording_id": null,
    "artist": "Control Top",
    "artist_ids": [
        "5c1ba4de-bd0d-461f-a43d-c4e3c893a6e7"
    ],
    "album": "Covert Contracts",
    "release_id": "91e99032-1dfe-43e9-b3b6-25c1ec680f7e",
    "release_group_id": null,
    "labels": [
        "Get Better Records"
    ],
    "label_ids": [],
    "release_date": "2019-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Control Top will be playing with Titus Andronicus at The Crocodile on Monday, September 16th. https://www.facebook.com/controltopband/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}