Information about plays

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

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

{
    "id": 350136,
    "uri": "https://api.kexp.org/v2/plays/350136/?format=api",
    "airdate": "2019-07-04T18:32:00-07:00",
    "show": 5831,
    "show_uri": "https://api.kexp.org/v2/shows/5831/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ain't No Way to Run",
    "track_id": "8299bca0-3a48-45b1-a7e9-482031d5a146",
    "recording_id": null,
    "artist": "Jim Lauderdale",
    "artist_ids": [
        "563c84bf-b1e4-423e-b871-a46c68998d10"
    ],
    "album": "The Bluegrass Diaries",
    "release_id": "aecd78e8-cdae-4d98-82c0-50b06e293286",
    "release_group_id": null,
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [],
    "release_date": "2007-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}