Information about plays

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

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

{
    "id": 347037,
    "uri": "https://api.kexp.org/v2/plays/347037/?format=api",
    "airdate": "2019-06-27T15:50:00-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "\"Cowboys Are Frequently, Secretly Fond of Each Other\"",
    "track_id": "2ad27b23-5b61-343b-a336-f8b6abeb1e82",
    "recording_id": null,
    "artist": "Willie Nelson",
    "artist_ids": [
        "668fd73c-bf54-4310-a139-305517f05311"
    ],
    "album": "Cowboys Are Frequently, Secretly Fond of Each Other",
    "release_id": "5b5f25ac-2f4b-4ec5-a9f9-4d2d7886019e",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2006-02-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Willie Nelson covered this song originally written by Latin country musician Ned Sublette. It was released in 2006 and used on the soundtrack for \"Brokeback Mountain\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}