Information about plays

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

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

{
    "id": 533294,
    "uri": "https://api.kexp.org/v2/plays/533294/?format=api",
    "airdate": "2002-03-31T20:00:00-08:00",
    "show": 9238,
    "show_uri": "https://api.kexp.org/v2/shows/9238/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BtKFHq5oL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BtKFHq5oL._SL75_.jpg",
    "song": "Dolby C",
    "track_id": "6afcdee9-b88e-4614-8439-ac0ff96f3673",
    "recording_id": null,
    "artist": "Req",
    "artist_ids": [
        "6d109dcc-3094-4d2e-838f-680476ac8036"
    ],
    "album": "Sketchbook",
    "release_id": "47d7d12b-7dd4-47dc-adbc-1a7ddccf49cf",
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2002-03-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}