Information about plays

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

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

{
    "id": 356363,
    "uri": "https://api.kexp.org/v2/plays/356363/?format=api",
    "airdate": "2019-07-19T06:56:46-07:00",
    "show": 5938,
    "show_uri": "https://api.kexp.org/v2/shows/5938/?format=api",
    "image_uri": "http://coverartarchive.org/release/b31a7cb2-84d0-35d1-b71d-019f8560b856/3370480506-250.jpg",
    "thumbnail_uri": "",
    "song": "Always Love",
    "track_id": "fb23e8b2-25e6-325d-a192-24516444019d",
    "recording_id": null,
    "artist": "Nada Surf",
    "artist_ids": [
        "b9a2a9a6-7a40-48a6-bcb1-8eff5b89ad5b"
    ],
    "album": "The Weight Is a Gift",
    "release_id": "b31a7cb2-84d0-35d1-b71d-019f8560b856",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2005-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch this much-loved NYC band live in the KEXP studio in 2016:  https://www.kexp.org/read/2016/4/12/live-video-nada-surf-2/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}