Information about plays

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

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

{
    "id": 1411193,
    "uri": "https://api.kexp.org/v2/plays/1411193/?format=api",
    "airdate": "2008-08-18T04:29:29-07:00",
    "show": 24619,
    "show_uri": "https://api.kexp.org/v2/shows/24619/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41bom2ZAzJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41bom2ZAzJL._SL75_.jpg",
    "song": "Patashnik",
    "track_id": "d365e640-34b7-4cfc-9777-c5d6a15d26d4",
    "recording_id": null,
    "artist": "Biosphere",
    "artist_ids": [
        "a5ee1ebe-a645-45d2-8319-d101fe62e581"
    ],
    "album": "Patashnik",
    "release_id": "4c46c59a-6323-4bf9-9f1e-b0702bbe2d47",
    "release_group_id": null,
    "labels": [
        "Beatservice Records"
    ],
    "label_ids": [
        "d5735af7-dce5-401e-9138-ccd300a37b5c"
    ],
    "release_date": "2007-10-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}