Information about plays

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

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

{
    "id": 498078,
    "uri": "https://api.kexp.org/v2/plays/498078/?format=api",
    "airdate": "2001-12-18T15:00:00-08:00",
    "show": 8548,
    "show_uri": "https://api.kexp.org/v2/shows/8548/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51TR1WRZSBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51TR1WRZSBL._SL75_.jpg",
    "song": "Let It Go",
    "track_id": null,
    "recording_id": null,
    "artist": "Sixteen Deluxe",
    "artist_ids": [
        "13de07a6-450f-4cd0-b5d7-283217bc18c6"
    ],
    "album": "Emits Showers of Sparks",
    "release_id": "ca5a0907-81dc-4268-935b-056fa22d1245",
    "release_group_id": null,
    "labels": [
        "Warner"
    ],
    "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"
}