Information about plays

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

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

{
    "id": 347614,
    "uri": "https://api.kexp.org/v2/plays/347614/?format=api",
    "airdate": "2019-06-28T22:56:00-07:00",
    "show": 5788,
    "show_uri": "https://api.kexp.org/v2/shows/5788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crown",
    "track_id": null,
    "recording_id": null,
    "artist": "Stormzy",
    "artist_ids": [
        "67fd5116-7a49-4abf-a34f-b08774128a7a"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [],
    "release_date": "2019-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the video Stormzy released of him performing this song to support this single: https://www.youtube.com/watch?v=EBwaflYUYrM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}