Information about plays

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

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

{
    "id": 370735,
    "uri": "https://api.kexp.org/v2/plays/370735/?format=api",
    "airdate": "2019-08-22T06:29:02-07:00",
    "show": 6177,
    "show_uri": "https://api.kexp.org/v2/shows/6177/?format=api",
    "image_uri": "http://coverartarchive.org/release/36b69931-add2-4409-8d7a-939f277223f2/7183720847-250.jpg",
    "thumbnail_uri": "",
    "song": "Stay Gold",
    "track_id": "95f00a1e-a0fc-442d-8bf3-c84cd4bb5936",
    "recording_id": null,
    "artist": "First Aid Kit",
    "artist_ids": [
        "373faa02-74d7-4b1d-9b47-7574ad510f8d"
    ],
    "album": "Stay Gold",
    "release_id": "36b69931-add2-4409-8d7a-939f277223f2",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2014-06-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the Swedish sisters performing this song live at KEXP in 2014 here: https://www.youtube.com/watch?v=bQQDseeTeHs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}