Information about plays

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

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

{
    "id": 1258004,
    "uri": "https://api.kexp.org/v2/plays/1258004/?format=api",
    "airdate": "2007-07-23T04:22:28-07:00",
    "show": 22031,
    "show_uri": "https://api.kexp.org/v2/shows/22031/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41H25TSN7BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41H25TSN7BL._SL75_.jpg",
    "song": "Ultra",
    "track_id": "e30406ec-81f9-4436-be64-881be082670f",
    "recording_id": null,
    "artist": "KMFDM",
    "artist_ids": [
        "45074d7c-5307-44a8-854f-ae072e1622ae"
    ],
    "album": "Nihil",
    "release_id": "57c5b27b-e472-49e7-a53b-666f4c50d835",
    "release_group_id": null,
    "labels": [
        "Wax Trax! Records"
    ],
    "label_ids": [
        "6dcd6d65-e0f2-47a3-84ac-00c2d29267af"
    ],
    "release_date": "1995-04-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}