Information about plays

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

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

{
    "id": 376697,
    "uri": "https://api.kexp.org/v2/plays/376697/?format=api",
    "airdate": "2019-09-04T19:21:12-07:00",
    "show": 6269,
    "show_uri": "https://api.kexp.org/v2/shows/6269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Carrying On",
    "track_id": null,
    "recording_id": null,
    "artist": "Kacy & Clayton",
    "artist_ids": [
        "e1dbae23-0f9f-4c60-b142-4e31434d8c34"
    ],
    "album": "Carrying On",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2019-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sat 11/16 and Sun 11/17 @ Moore (in support of Ray LaMontagne) ; They’re back! New record, produced by Jeff Tweedy, coming out next month from the duo from Saskatchewan ; https://www.facebook.com/kacyandclayton ; https://kacyandclayton.bandcamp.com ; http://www.kacyandclayton.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}