Information about plays

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

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

{
    "id": 380016,
    "uri": "https://api.kexp.org/v2/plays/380016/?format=api",
    "airdate": "2019-09-12T13:52:28-07:00",
    "show": 6323,
    "show_uri": "https://api.kexp.org/v2/shows/6323/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Carry The Zero",
    "track_id": "801474bb-feef-46ab-9fc3-64566e46d5d8",
    "recording_id": null,
    "artist": "Built to Spill",
    "artist_ids": [
        "3ac482b8-1494-4071-a0e9-f192f9d2c2b0"
    ],
    "album": "Keep It Like A Secret",
    "release_id": "1bec9ee0-ed2e-4a80-a59b-6aadb394f169",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Built to Spill will be playing two nights at The Showbox Friday & Saturday, October 25th (https://bit.ly/2V5Joby) & 26th (https://bit.ly/2lLjDR8).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}