Information about plays

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

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

{
    "id": 1288583,
    "uri": "https://api.kexp.org/v2/plays/1288583/?format=api",
    "airdate": "2007-10-08T21:43:57-07:00",
    "show": 22550,
    "show_uri": "https://api.kexp.org/v2/shows/22550/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XXQY9oCHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XXQY9oCHL._SL75_.jpg",
    "song": "Simone",
    "track_id": null,
    "recording_id": null,
    "artist": "Calla",
    "artist_ids": [
        "c1741e51-aa6b-43db-af02-e0901a49db49"
    ],
    "album": "Strength in Numbers",
    "release_id": "a867a61f-f618-4eb1-befc-347566d09589",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet US"
    ],
    "label_ids": [
        "ccf5d394-54b2-4929-bbbd-ac4f788c3952"
    ],
    "release_date": "2007-02-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}