Information about plays

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

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

{
    "id": 428280,
    "uri": "https://api.kexp.org/v2/plays/428280/?format=api",
    "airdate": "2001-05-26T10:00:00-07:00",
    "show": 7193,
    "show_uri": "https://api.kexp.org/v2/shows/7193/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418BQGBQDFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418BQGBQDFL._SL75_.jpg",
    "song": "Juggle Tings Proper",
    "track_id": "c4035931-de17-4efe-8911-996912cbeee1",
    "recording_id": null,
    "artist": "Roots Manuva",
    "artist_ids": [
        "4f6dd51e-bfd7-4153-ace7-9316d1757a57"
    ],
    "album": "Juggle Tings Proper",
    "release_id": "d9b304c6-ec1e-4a47-a995-eaf5b319b24f",
    "release_group_id": null,
    "labels": [
        "Big Dada"
    ],
    "label_ids": [
        "1382bfb9-0880-4696-a8ae-1ce2d94ce097"
    ],
    "release_date": "1999-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}