Information about plays

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

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

{
    "id": 512604,
    "uri": "https://api.kexp.org/v2/plays/512604/?format=api",
    "airdate": "2002-01-30T20:45:00-08:00",
    "show": 8833,
    "show_uri": "https://api.kexp.org/v2/shows/8833/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VOYWFuzJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VOYWFuzJL._SL75_.jpg",
    "song": "All by Myself",
    "track_id": "3f558787-ccab-40b5-8345-927a2e97881d",
    "recording_id": null,
    "artist": "James Booker",
    "artist_ids": [
        "fe155348-c8a6-4d09-af55-4d9a53b89e76"
    ],
    "album": "Resurrection of the Bayou Maharajah",
    "release_id": "087a9f24-216b-44a0-91cf-5c854a8ccc72",
    "release_group_id": null,
    "labels": [],
    "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"
}