Information about plays

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

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

{
    "id": 1287650,
    "uri": "https://api.kexp.org/v2/plays/1287650/?format=api",
    "airdate": "2007-10-06T10:50:00-07:00",
    "show": 22529,
    "show_uri": "https://api.kexp.org/v2/shows/22529/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513d4A8sfuL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513d4A8sfuL._SL75_.jpg",
    "song": "Nature Loving Dub",
    "track_id": "9dc1e6fa-691b-431c-acdb-4926c76ab068",
    "recording_id": null,
    "artist": "Ticklah",
    "artist_ids": [
        "91472f5b-e0d8-4e6b-901f-ff81ca286101"
    ],
    "album": "Ticklah vs. Axelrod",
    "release_id": "d3bdf2cf-9fdf-4070-85b7-1b64c94ae8af",
    "release_group_id": null,
    "labels": [
        "Easy Star Records"
    ],
    "label_ids": [
        "c6387185-37ec-405f-a975-ae5a383184bd"
    ],
    "release_date": "2007-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}