Information about plays

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

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

{
    "id": 490000,
    "uri": "https://api.kexp.org/v2/plays/490000/?format=api",
    "airdate": "2001-11-24T16:07:00-08:00",
    "show": 8389,
    "show_uri": "https://api.kexp.org/v2/shows/8389/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41N95QXRWAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41N95QXRWAL._SL75_.jpg",
    "song": "Göskarlen (The Pikeman)",
    "track_id": "cdb0d628-524f-49d7-a4bb-19e0692249c9",
    "recording_id": null,
    "artist": "Väsen",
    "artist_ids": [
        "97dbc954-6575-42bb-a79b-f4d359738cbe"
    ],
    "album": "Live at the Nordic Roots Festival",
    "release_id": "d0059dc6-28ab-4ba8-986c-b7fbd568dfa7",
    "release_group_id": null,
    "labels": [
        "NorthSide www.noside.com"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}