Information about plays

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

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

{
    "id": 462601,
    "uri": "https://api.kexp.org/v2/plays/462601/?format=api",
    "airdate": "2001-09-04T02:08:00-07:00",
    "show": 7856,
    "show_uri": "https://api.kexp.org/v2/shows/7856/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51V4TP%2BgRsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51V4TP%2BgRsL._SL75_.jpg",
    "song": "Rekonstruction",
    "track_id": "e1e8b752-96cc-4556-a88c-e873d207f7f8",
    "recording_id": null,
    "artist": "DJ Spooky",
    "artist_ids": [
        "c8dbbadb-f5f1-449c-8827-43d00a73fe89"
    ],
    "album": "Riddim Warfare",
    "release_id": "3ba16765-4c14-404c-a1f9-8ba2c92342fe",
    "release_group_id": null,
    "labels": [
        "Outpost Recordings"
    ],
    "label_ids": [
        "bd577d0f-2ef6-4d42-a392-ffcca1f35afb"
    ],
    "release_date": "1998-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}