Information about plays

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

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

{
    "id": 1265122,
    "uri": "https://api.kexp.org/v2/plays/1265122/?format=api",
    "airdate": "2007-08-10T02:11:37-07:00",
    "show": 22151,
    "show_uri": "https://api.kexp.org/v2/shows/22151/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41H7PV1EHNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41H7PV1EHNL._SL75_.jpg",
    "song": "Queen",
    "track_id": null,
    "recording_id": null,
    "artist": "Melvins",
    "artist_ids": [
        "9ccfbc94-a4f4-42f7-b6f5-d903ab77cccb"
    ],
    "album": "Stoner Witch",
    "release_id": "450a2f27-bd33-439c-ac3b-1e6861076399",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1994-10-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}