Information about plays

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

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

{
    "id": 435185,
    "uri": "https://api.kexp.org/v2/plays/435185/?format=api",
    "airdate": "2001-06-16T01:33:20-07:00",
    "show": 7324,
    "show_uri": "https://api.kexp.org/v2/shows/7324/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dlXKw%2BFPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dlXKw%2BFPL._SL75_.jpg",
    "song": "We Come 1",
    "track_id": "77f07fff-e8f0-4415-a0e5-8f8f563c01c7",
    "recording_id": null,
    "artist": "Faithless",
    "artist_ids": [
        "23d9d74d-c95e-46a6-be26-a6075c49747a"
    ],
    "album": "Outrospective",
    "release_id": "f1dac6ab-071a-46d4-99d2-2a8603ffd6e7",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2001-07-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}