Information about plays

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

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

{
    "id": 377177,
    "uri": "https://api.kexp.org/v2/plays/377177/?format=api",
    "airdate": "2019-09-05T19:49:00-07:00",
    "show": 6275,
    "show_uri": "https://api.kexp.org/v2/shows/6275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nothin' Like a Guy Clark Song",
    "track_id": null,
    "recording_id": null,
    "artist": "Vince Gill",
    "artist_ids": [
        "ec37ecfe-65b4-49a4-83c7-ee1ccaeec2e3"
    ],
    "album": "Okie",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "MCA Nashville"
    ],
    "label_ids": [
        "05e216a0-c5c6-4788-a105-39efee687715"
    ],
    "release_date": "2019-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}