Information about plays

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

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

{
    "id": 491376,
    "uri": "https://api.kexp.org/v2/plays/491376/?format=api",
    "airdate": "2001-11-28T22:00:00-08:00",
    "show": 8420,
    "show_uri": "https://api.kexp.org/v2/shows/8420/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/518H3sIKeVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/518H3sIKeVL._SL75_.jpg",
    "song": "Built Then Burnt / Take These Hands and Throw Them In the River",
    "track_id": null,
    "recording_id": null,
    "artist": "A Silver Mt. Zion",
    "artist_ids": [
        "54a55229-e611-439f-928e-d89919ff9d29"
    ],
    "album": "Born Into Trouble as the Sparks Fly Upward",
    "release_id": "56f4516e-71c4-4fa2-ad38-6267f6a7bca1",
    "release_group_id": null,
    "labels": [
        "Constellation"
    ],
    "label_ids": [
        "3496ee09-46bf-4bfd-92f1-38593e24d987"
    ],
    "release_date": "2001-10-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}