Information about plays

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

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

{
    "id": 423165,
    "uri": "https://api.kexp.org/v2/plays/423165/?format=api",
    "airdate": "2001-05-10T17:00:00-07:00",
    "show": 7091,
    "show_uri": "https://api.kexp.org/v2/shows/7091/?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": "Survivor",
    "track_id": "478d6c25-5bc2-476e-8403-2735f41d14e3",
    "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"
}