Information about plays

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

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

{
    "id": 426337,
    "uri": "https://api.kexp.org/v2/plays/426337/?format=api",
    "airdate": "2001-05-20T19:55:00-07:00",
    "show": 7157,
    "show_uri": "https://api.kexp.org/v2/shows/7157/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31EZ0A5FSYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31EZ0A5FSYL._SL75_.jpg",
    "song": "Wrong Idea",
    "track_id": "6cd986ef-2301-4e2f-826b-2b737c3a0f3c",
    "recording_id": null,
    "artist": "Bad Azz",
    "artist_ids": [
        "428bdc7a-373c-4cd0-b3a7-1cec7ce868bf"
    ],
    "album": "Personal Business",
    "release_id": "b27a8808-4ccb-4f1e-bae0-766945397628",
    "release_group_id": null,
    "labels": [
        "Priority"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}