Information about plays

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

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

{
    "id": 350253,
    "uri": "https://api.kexp.org/v2/plays/350253/?format=api",
    "airdate": "2019-07-05T00:48:12-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Give Up",
    "track_id": "e3b0ea75-17c6-469b-9f3b-427a551d4b52",
    "recording_id": null,
    "artist": "Washed Out",
    "artist_ids": [
        "74a30f2a-dae6-4e99-8a75-cb0f93b31aa6"
    ],
    "album": "Paracosm",
    "release_id": "b8be2fc4-de42-4c50-824c-429bea488561",
    "release_group_id": null,
    "labels": [
        "Weird World"
    ],
    "label_ids": [
        "343db7a3-cd39-4e22-a337-bb5b6c774500"
    ],
    "release_date": "2013-08-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Washed Out performing live in the KEXP studio. Recorded August 19, 2017 https://www.youtube.com/watch?v=vNnVHOC3FYo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}