Information about plays

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

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

{
    "id": 426758,
    "uri": "https://api.kexp.org/v2/plays/426758/?format=api",
    "airdate": "2001-05-22T02:15:00-07:00",
    "show": 7166,
    "show_uri": "https://api.kexp.org/v2/shows/7166/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/218B2XC8FRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/218B2XC8FRL._SL75_.jpg",
    "song": "Lazer Tooth",
    "track_id": "70487a1c-2959-4e4c-8467-dbe3ee8696e2",
    "recording_id": null,
    "artist": "The Isolationist",
    "artist_ids": [
        "835083fa-455b-48b6-86aa-a4dcb2c2a6a7"
    ],
    "album": "The Isolationist",
    "release_id": "939fd64d-3c29-4105-8b21-424b07089c04",
    "release_group_id": null,
    "labels": [
        "Jazz Fudge"
    ],
    "label_ids": [
        "1ad7037c-44fe-4cbe-aeae-44ef3c5f635b"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}