Information about plays

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

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

{
    "id": 1388867,
    "uri": "https://api.kexp.org/v2/plays/1388867/?format=api",
    "airdate": "2008-06-22T21:22:00-07:00",
    "show": 24244,
    "show_uri": "https://api.kexp.org/v2/shows/24244/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41cGciSc9AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41cGciSc9AL._SL75_.jpg",
    "song": "Jamaica",
    "track_id": "ee72c567-b4e5-4553-9cc4-97319ad88dee",
    "recording_id": null,
    "artist": "Minilogue",
    "artist_ids": [
        "56a70482-5528-4bef-8da2-a33cf098ce9b"
    ],
    "album": "Animals",
    "release_id": "ad182844-e533-4b30-bc2e-c11805675924",
    "release_group_id": null,
    "labels": [
        "Cocoon Recordings"
    ],
    "label_ids": [
        "b544ec39-2d71-4c70-be2b-4b3f2f98295a"
    ],
    "release_date": "2008-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}