Information about plays

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

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

{
    "id": 1411410,
    "uri": "https://api.kexp.org/v2/plays/1411410/?format=api",
    "airdate": "2008-08-18T18:54:55-07:00",
    "show": 24624,
    "show_uri": "https://api.kexp.org/v2/shows/24624/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2BT%2BmvNGoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2BT%2BmvNGoL._SL75_.jpg",
    "song": "Ophir Dub",
    "track_id": "f267f627-4971-4658-bbec-ca288776fef3",
    "recording_id": null,
    "artist": "Dub Colossus",
    "artist_ids": [
        "aedc2e46-da48-43df-885a-b23dc051ee8c"
    ],
    "album": "A Town Called Addis",
    "release_id": "322a10fd-7d39-475d-b650-7fd1a1631f7c",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}