Information about plays

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

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

{
    "id": 376900,
    "uri": "https://api.kexp.org/v2/plays/376900/?format=api",
    "airdate": "2019-09-05T06:31:52-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Learning to Fly (Live)",
    "track_id": null,
    "recording_id": null,
    "artist": "Tom Petty",
    "artist_ids": [
        "5ca3f318-d028-4151-ac73-78e2b2d6cdcc"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded live in 2006 at a hometown show in Gainesville, Florida in honor of Tom Petty and the Heartbreakers 30th anniversary as a band. Stevie Nicks was introduced as “the band’s little sister” for a few songs with the band - https://www.youtube.com/watch?time_continue=7&v=4p_f7Df2-oM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}