Information about plays

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

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

{
    "id": 1288864,
    "uri": "https://api.kexp.org/v2/plays/1288864/?format=api",
    "airdate": "2007-10-09T13:37:03-07:00",
    "show": 22553,
    "show_uri": "https://api.kexp.org/v2/shows/22553/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51FrWkT7b9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51FrWkT7b9L._SL75_.jpg",
    "song": "I'da Called You Woody, Joe",
    "track_id": "e88270ac-3a2d-42be-98df-62c4760cbb6c",
    "recording_id": null,
    "artist": "The Gaslight Anthem",
    "artist_ids": [
        "f208f09e-b5b3-4b06-87cd-f7230fae17e3"
    ],
    "album": "Sink or Swim",
    "release_id": "a1b91579-b873-45d2-a5cc-ac633a946791",
    "release_group_id": null,
    "labels": [
        "XOXO"
    ],
    "label_ids": [
        "5fc43444-6cf8-4c93-a312-4ae6bbfab704"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}