Information about plays

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

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

{
    "id": 425095,
    "uri": "https://api.kexp.org/v2/plays/425095/?format=api",
    "airdate": "2001-05-16T17:45:00-07:00",
    "show": 7131,
    "show_uri": "https://api.kexp.org/v2/shows/7131/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VdpQb%2BftL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VdpQb%2BftL._SL75_.jpg",
    "song": "Shiver",
    "track_id": "e788df29-56f0-4db6-ab98-eedd05497269",
    "recording_id": null,
    "artist": "Giant Sand",
    "artist_ids": [
        "249eb550-505e-43ef-ac50-e8c605706ff1"
    ],
    "album": "Chore of Enchantment",
    "release_id": "219f2e98-092f-4761-98e6-a67398f40120",
    "release_group_id": null,
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "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"
}