Information about plays

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

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

{
    "id": 347209,
    "uri": "https://api.kexp.org/v2/plays/347209/?format=api",
    "airdate": "2019-06-27T23:55:54-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "http://coverartarchive.org/release/f33b2f4d-c887-4341-8129-03af3e1c22f0/22444981171-250.jpg",
    "thumbnail_uri": "",
    "song": "Cry for Another",
    "track_id": "b7393262-36ac-4d4d-80c1-9d8047cd43cf",
    "recording_id": null,
    "artist": "Claude Fontaine",
    "artist_ids": [
        "c2f9cf4c-8288-4e25-8cd7-b6b3fa40e2bf"
    ],
    "album": "Claude Fontaine",
    "release_id": "f33b2f4d-c887-4341-8129-03af3e1c22f0",
    "release_group_id": null,
    "labels": [
        "Innovative Leisure Records"
    ],
    "label_ids": [
        "747265c7-b153-4f1a-9f1e-ec05e3604a97"
    ],
    "release_date": "2019-04-26",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "She is an American girl with a French name, Claude Fontaine is one of many talented musicians residing in Los Angeles. \n\nFontaine wrote her love songs and recorded in Chet Baker's legendary Los Angeles studio. \"Cry For Another\" might already be a timeless classic.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}