Information about plays

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

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

{
    "id": 483546,
    "uri": "https://api.kexp.org/v2/plays/483546/?format=api",
    "airdate": "2001-11-04T17:49:24-08:00",
    "show": 8259,
    "show_uri": "https://api.kexp.org/v2/shows/8259/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21ZRHQ53WRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21ZRHQ53WRL._SL75_.jpg",
    "song": "Strange",
    "track_id": "1e695688-7e4d-49ca-af4b-ea888f92637c",
    "recording_id": null,
    "artist": "Boogiemonsters",
    "artist_ids": [
        "9f0650eb-35ae-47d3-b71d-418c6310471e"
    ],
    "album": "Riders of the Storm: The Underwater Album",
    "release_id": "bfacf4cc-7bb0-48ce-aac8-ad526f509743",
    "release_group_id": null,
    "labels": [
        "Pendulum Records"
    ],
    "label_ids": [
        "c3ab5351-dd5f-4536-8bf5-9927a080b507"
    ],
    "release_date": "1994-08-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}