Information about plays

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

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

{
    "id": 374386,
    "uri": "https://api.kexp.org/v2/plays/374386/?format=api",
    "airdate": "2019-08-30T07:43:30-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If I Were a Carpenter",
    "track_id": "532b390f-3f07-4a73-8ae7-3f598a581a68",
    "recording_id": null,
    "artist": "Johnny Cash feat. June Carter Cash",
    "artist_ids": [
        "4ee75011-678b-46e0-b8e1-8ef47e5b7379"
    ],
    "album": "The Legend",
    "release_id": "c2e7652c-aea3-4170-bd14-bc05e5a93ced",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This great song on Carly's mixtape was written by folksinger Tim Hardin. This cover by Hohnny Cash and June Carter went to number 2 on the country charts in 1970.: https://www.youtube.com/watch?v=tCBiQcdTR8A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}