Information about plays

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

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

{
    "id": 2675833,
    "uri": "https://api.kexp.org/v2/plays/2675833/?format=api",
    "airdate": "2019-12-20T07:30:56-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Grow Till Tall",
    "track_id": "b7dc83ea-4409-333b-a24a-b5404649fb2f",
    "recording_id": null,
    "artist": "Jónsi",
    "artist_ids": [
        "5ab5210a-d5c0-481b-8ec3-8160c9341d8c"
    ],
    "album": "Go",
    "release_id": "1b650ef2-8768-31db-9023-41d68fe6e3d3",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2010-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 38. \"Go\" is the debut studio album by Icelandic musician Jónsi, frontman of  Sigur Rós. Out in April, 2010, the album features predominantly acoustic music and string arrangements from composer Nico Muhly. Here's a live version of \"Grow Till Tall\"(Notice the headwear.): https://www.youtube.com/watch?v=OG7w0ILhqB4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}