Information about plays

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

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

{
    "id": 1378692,
    "uri": "https://api.kexp.org/v2/plays/1378692/?format=api",
    "airdate": "2008-05-26T05:43:02-07:00",
    "show": 24062,
    "show_uri": "https://api.kexp.org/v2/shows/24062/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JHuEfpKVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JHuEfpKVL._SL75_.jpg",
    "song": "Fiesta",
    "track_id": "6757e559-8fc7-48a7-b308-78c127c39d66",
    "recording_id": null,
    "artist": "Ween",
    "artist_ids": [
        "c0eee88b-47f2-4cd2-ac48-a045e902a432"
    ],
    "album": "La Cucaracha",
    "release_id": "4f0d2591-f576-4c88-8d90-8614084cac7f",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "2007-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}