Information about plays

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

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

{
    "id": 350270,
    "uri": "https://api.kexp.org/v2/plays/350270/?format=api",
    "airdate": "2019-07-05T01:49:37-07:00",
    "show": 5833,
    "show_uri": "https://api.kexp.org/v2/shows/5833/?format=api",
    "image_uri": "http://coverartarchive.org/release/746255a9-3a0b-4db1-b446-73653aaf4bd1/22466557239-250.jpg",
    "thumbnail_uri": "",
    "song": "Marie",
    "track_id": "e6eb1219-ff10-32d4-a5c4-d7dd5863a2c8",
    "recording_id": null,
    "artist": "Randy Newman",
    "artist_ids": [
        "da7bb7d8-557d-4635-9ca1-e6e985525bd5"
    ],
    "album": "The Best of Randy Newman",
    "release_id": "746255a9-3a0b-4db1-b446-73653aaf4bd1",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}