Information about plays

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

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

{
    "id": 1353915,
    "uri": "https://api.kexp.org/v2/plays/1353915/?format=api",
    "airdate": "2008-03-25T01:22:46-07:00",
    "show": 23650,
    "show_uri": "https://api.kexp.org/v2/shows/23650/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/415YpqezHnL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/415YpqezHnL._SL75_.jpg",
    "song": "Love Won't Work",
    "track_id": "66ae11a5-9478-4d7a-9129-567798bcd00b",
    "recording_id": null,
    "artist": "Gene",
    "artist_ids": [
        "38b6fae0-dd60-47c2-8f46-cf5023d23664"
    ],
    "album": "Revelations",
    "release_id": "b4922c45-811f-4ec9-9891-153bf427815f",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}