Information about plays

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

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

{
    "id": 483840,
    "uri": "https://api.kexp.org/v2/plays/483840/?format=api",
    "airdate": "2001-11-05T15:32:00-08:00",
    "show": 8265,
    "show_uri": "https://api.kexp.org/v2/shows/8265/?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"
    ],
    "label_ids": [
        "73cedddb-51db-4820-a1e3-b5b030b486b5"
    ],
    "release_date": "2001-11-13",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}