Information about plays

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

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

{
    "id": 439291,
    "uri": "https://api.kexp.org/v2/plays/439291/?format=api",
    "airdate": "2001-06-28T01:36:55-07:00",
    "show": 7405,
    "show_uri": "https://api.kexp.org/v2/shows/7405/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wsymlGhlL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wsymlGhlL._SL75_.jpg",
    "song": "Star's Lament",
    "track_id": "34477019-01e4-463f-a518-f2ce28963662",
    "recording_id": null,
    "artist": "Ultrababyfat",
    "artist_ids": [
        "4e60eb88-2ccc-45a6-bfad-41ebea039366"
    ],
    "album": "Eight Balls In Reverse",
    "release_id": "b86016a4-3689-4fcd-b7c1-b7bdb0d50c49",
    "release_group_id": null,
    "labels": [
        "Dolphin Tone"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}