Information about plays

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

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

{
    "id": 1278000,
    "uri": "https://api.kexp.org/v2/plays/1278000/?format=api",
    "airdate": "2007-09-11T18:20:07-07:00",
    "show": 22368,
    "show_uri": "https://api.kexp.org/v2/shows/22368/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5150Ym0UbRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5150Ym0UbRL._SL75_.jpg",
    "song": "Diablo Rojo",
    "track_id": "c53f42b3-e8cf-4cee-8875-1b3f5cfba621",
    "recording_id": null,
    "artist": "Rodrigo y Gabriela",
    "artist_ids": [
        "a8ed28e3-5c08-4448-b889-867483e251f5"
    ],
    "album": "Rodrigo y Gabriela",
    "release_id": "f6fb8aae-3d0d-482d-8af0-422fd9530733",
    "release_group_id": null,
    "labels": [
        "Rubyworks"
    ],
    "label_ids": [
        "3903dba0-ee52-4989-b835-6ad8c0a5b7d5"
    ],
    "release_date": "2006-02-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}