Information about plays

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

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

{
    "id": 357533,
    "uri": "https://api.kexp.org/v2/plays/357533/?format=api",
    "airdate": "2019-07-22T06:40:19-07:00",
    "show": 5961,
    "show_uri": "https://api.kexp.org/v2/shows/5961/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beat and the Pulse",
    "track_id": "14f10e74-ed5a-3ba8-a9da-2ef150e7f38a",
    "recording_id": null,
    "artist": "Austra",
    "artist_ids": [
        "af9e8d94-d471-4f91-82c7-250c22545162"
    ],
    "album": "Feel It Break",
    "release_id": "26ffc3a6-b1f7-4e79-b770-709a71503414",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2011-05-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Austra perform \"The Beat And The Pulse\"  live on KEXP from the Caffe Vita Bean Room during the 2011 Capitol Hill Block Party.:  https://www.youtube.com/watch?v=wIMSGAtNhag",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}