Information about plays

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

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

{
    "id": 427767,
    "uri": "https://api.kexp.org/v2/plays/427767/?format=api",
    "airdate": "2001-05-24T22:10:00-07:00",
    "show": 7184,
    "show_uri": "https://api.kexp.org/v2/shows/7184/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41rgef9i2wL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41rgef9i2wL._SL75_.jpg",
    "song": "Crystal Ball",
    "track_id": "e0c879e0-46d5-461f-b5cb-178817b95ef3",
    "recording_id": null,
    "artist": "James Hardway",
    "artist_ids": [
        "65d53da3-13d0-4292-a581-b7adbe2cf3ef"
    ],
    "album": "Moors and Christians",
    "release_id": "7825ff63-4dd9-4c33-a9fd-5f40a575112a",
    "release_group_id": null,
    "labels": [
        "Hydrogen Dukebox"
    ],
    "label_ids": [
        "5d21d46f-1206-46ec-94ed-9461cb8e47e2"
    ],
    "release_date": "2000-07-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}