Information about plays

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

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

{
    "id": 1292999,
    "uri": "https://api.kexp.org/v2/plays/1292999/?format=api",
    "airdate": "2007-10-20T01:57:38-07:00",
    "show": 22621,
    "show_uri": "https://api.kexp.org/v2/shows/22621/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RgJteTKwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RgJteTKwL._SL75_.jpg",
    "song": "Tenessee Sure Enough",
    "track_id": null,
    "recording_id": null,
    "artist": "Deadstring Brothers",
    "artist_ids": [
        "c2730539-cb71-41df-95f6-7c37a2c88430"
    ],
    "album": "Silver Mountain",
    "release_id": "ab0cb04f-1e12-4c9c-95d6-0eb97add4b0f",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}