Information about plays

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

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

{
    "id": 500955,
    "uri": "https://api.kexp.org/v2/plays/500955/?format=api",
    "airdate": "2001-12-27T09:38:00-08:00",
    "show": 8601,
    "show_uri": "https://api.kexp.org/v2/shows/8601/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31B1ADVABXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31B1ADVABXL._SL75_.jpg",
    "song": "My Kingdom",
    "track_id": "b0fd79a0-706a-4992-8cf8-860ea6bf9b08",
    "recording_id": null,
    "artist": "Sarah Dougher",
    "artist_ids": [
        "774ac1ae-19ac-4443-a3af-45b6fd61b3a4"
    ],
    "album": "The Bluff",
    "release_id": "71fcad98-1b37-4f9e-b0aa-ef3a986fa019",
    "release_group_id": null,
    "labels": [
        "Mr. Lady"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}