Information about plays

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

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

{
    "id": 1353156,
    "uri": "https://api.kexp.org/v2/plays/1353156/?format=api",
    "airdate": "2008-03-23T00:26:08-07:00",
    "show": 23635,
    "show_uri": "https://api.kexp.org/v2/shows/23635/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41mqkAoCpqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41mqkAoCpqL._SL75_.jpg",
    "song": "Too Much 21st Century",
    "track_id": "8b46e579-67b6-4c31-8a8d-78c2934c9f3a",
    "recording_id": null,
    "artist": "Bauhaus",
    "artist_ids": [
        "0688add2-c282-4ee2-ba61-223ffdb3c201"
    ],
    "album": "Go Away White",
    "release_id": "0468c953-06dc-4257-afd9-5e22c361e414",
    "release_group_id": null,
    "labels": [
        "Cooking Vinyl"
    ],
    "label_ids": [
        "10a8a55b-fe80-4df6-978e-fc0548dc04b6"
    ],
    "release_date": "2008-03-03",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}