Information about plays

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

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

{
    "id": 535055,
    "uri": "https://api.kexp.org/v2/plays/535055/?format=api",
    "airdate": "2002-04-05T20:22:54-08:00",
    "show": 9268,
    "show_uri": "https://api.kexp.org/v2/shows/9268/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31EQ77NGB3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31EQ77NGB3L._SL75_.jpg",
    "song": "Wham Bam Jam",
    "track_id": "f1684141-01ae-42af-987d-de9933c9f942",
    "recording_id": null,
    "artist": "Ronnie Dawson",
    "artist_ids": [
        "7ad06f62-3bb7-4713-b86a-32e370db1228"
    ],
    "album": "Monkey Beat!",
    "release_id": "84ba45c5-15f2-44c8-a10a-1075b46a74e3",
    "release_group_id": null,
    "labels": [
        "Crystal Clear Sound"
    ],
    "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"
}