Information about plays

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

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

{
    "id": 350157,
    "uri": "https://api.kexp.org/v2/plays/350157/?format=api",
    "airdate": "2019-07-04T19:40:44-07:00",
    "show": 5831,
    "show_uri": "https://api.kexp.org/v2/shows/5831/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walkin' Man",
    "track_id": "2d44a971-ad36-3091-964c-8473dd44e836",
    "recording_id": null,
    "artist": "Guy Clark",
    "artist_ids": [
        "e885f72e-4617-46de-9454-5485061f29b3"
    ],
    "album": "Workbench Songs",
    "release_id": "1756ddec-f9b4-36c4-9fc2-f24d113190aa",
    "release_group_id": null,
    "labels": [
        "Dualtone Music Group"
    ],
    "label_ids": [
        "a26c7dc5-21ab-48bf-af68-71fe622edd1c"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}