Information about plays

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

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

{
    "id": 1410435,
    "uri": "https://api.kexp.org/v2/plays/1410435/?format=api",
    "airdate": "2008-08-16T04:28:23-07:00",
    "show": 24603,
    "show_uri": "https://api.kexp.org/v2/shows/24603/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61QVvrPiLjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61QVvrPiLjL._SL75_.jpg",
    "song": "Rupa Tujhe Deva",
    "track_id": "09559d4b-6d62-47f2-a147-ad6dc0350c33",
    "recording_id": null,
    "artist": "DJ Cheb i Sabbah",
    "artist_ids": [
        "d4570f76-d803-429d-80ec-1b966c2c45ed"
    ],
    "album": "Krishna Lila",
    "release_id": "a7beb293-2721-4223-b803-def93287fac0",
    "release_group_id": null,
    "labels": [
        "Six Degrees"
    ],
    "label_ids": [
        "da042cc3-7c5c-4edb-bd47-bb63d1cd5910"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}