Information about plays

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

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

{
    "id": 380165,
    "uri": "https://api.kexp.org/v2/plays/380165/?format=api",
    "airdate": "2019-09-12T22:19:05-07:00",
    "show": 6326,
    "show_uri": "https://api.kexp.org/v2/shows/6326/?format=api",
    "image_uri": "http://coverartarchive.org/release/6102945f-3f3f-4bb2-9f4d-9c991d1b7ff9/23162637103-250.jpg",
    "thumbnail_uri": "",
    "song": "The Fly",
    "track_id": "ad8ff792-8e85-4abb-b84e-5525369d4fc6",
    "recording_id": null,
    "artist": "Cross Record",
    "artist_ids": [
        "245c2dea-cf58-4c79-a90f-840d4b1a1d6b"
    ],
    "album": "Cross Record",
    "release_id": "6102945f-3f3f-4bb2-9f4d-9c991d1b7ff9",
    "release_group_id": null,
    "labels": [
        "Ba Da Bing!"
    ],
    "label_ids": [
        "06d4f1d0-1c13-4648-b666-fce5f03d541f"
    ],
    "release_date": "2019-08-02",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cross Record will be performing LIVE Thursday, September 12th at Fremont Abbey Arts Center",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}