Information about plays

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

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

{
    "id": 375678,
    "uri": "https://api.kexp.org/v2/plays/375678/?format=api",
    "airdate": "2019-09-02T16:49:03-07:00",
    "show": 6256,
    "show_uri": "https://api.kexp.org/v2/shows/6256/?format=api",
    "image_uri": "http://coverartarchive.org/release/9b0b8fd6-6c35-41a2-9eed-45754a54f6d9/10188733220-250.jpg",
    "thumbnail_uri": "",
    "song": "S.I.B. (Swelling Itching Brain)",
    "track_id": "aaeeb708-a009-495a-b76e-3865455a5b76",
    "recording_id": null,
    "artist": "DEVO",
    "artist_ids": [
        "d2db1078-c170-4e22-b261-14f3ad60a690"
    ],
    "album": "Duty Now for the Future",
    "release_id": "9b0b8fd6-6c35-41a2-9eed-45754a54f6d9",
    "release_group_id": null,
    "labels": [
        "Infinite Zero"
    ],
    "label_ids": [
        "4a64815e-cd98-4ffa-9858-508899c15b7f"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Second studio album from DEVO, out July 1979. The date says 1994 in the description because Henry Rollins (of Black Flag) loved it and re-released this album on his short lived reissue label, Infinite Zero.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}