Information about plays

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

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

{
    "id": 1288627,
    "uri": "https://api.kexp.org/v2/plays/1288627/?format=api",
    "airdate": "2007-10-09T00:00:00-07:00",
    "show": 22550,
    "show_uri": "https://api.kexp.org/v2/shows/22550/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BXTVZPHWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BXTVZPHWL._SL75_.jpg",
    "song": "Nefertiti",
    "track_id": "85f211f5-ed1c-4bc9-9990-a060ef217601",
    "recording_id": null,
    "artist": "Will Calhoun",
    "artist_ids": [
        "25a09a9b-7aff-4766-a357-4cd2898d0599"
    ],
    "album": "Native Lands",
    "release_id": "4518347a-0f37-4dde-aa85-bbac1c7a4c55",
    "release_group_id": null,
    "labels": [
        "Halfnote Records"
    ],
    "label_ids": [
        "57242850-89e4-4a07-9d55-318626596a11"
    ],
    "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"
}