Information about plays

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

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

{
    "id": 353555,
    "uri": "https://api.kexp.org/v2/plays/353555/?format=api",
    "airdate": "2019-07-12T17:36:40-07:00",
    "show": 5889,
    "show_uri": "https://api.kexp.org/v2/shows/5889/?format=api",
    "image_uri": "http://coverartarchive.org/release/a593a404-8aa9-4ced-9bd2-f74105e54963/5908064177-250.jpg",
    "thumbnail_uri": "",
    "song": "Common People",
    "track_id": "a0415f08-51f9-3c1f-93e4-799bb8dba890",
    "recording_id": null,
    "artist": "Pulp",
    "artist_ids": [
        "76b2e842-5e85-4c97-ab62-d5bc315595b5"
    ],
    "album": "Hits",
    "release_id": "a593a404-8aa9-4ced-9bd2-f74105e54963",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2002-11-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jarvis is forever the best: https://www.youtube.com/watch?v=yuTMWgOduFM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}