Information about plays

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

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

{
    "id": 532178,
    "uri": "https://api.kexp.org/v2/plays/532178/?format=api",
    "airdate": "2002-03-28T13:36:36-08:00",
    "show": 9212,
    "show_uri": "https://api.kexp.org/v2/shows/9212/?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": "First Dream",
    "track_id": "977e8da4-7d4e-4f8f-8e26-a7872ab1afd1",
    "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": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}