Information about plays

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

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

{
    "id": 1413148,
    "uri": "https://api.kexp.org/v2/plays/1413148/?format=api",
    "airdate": "2008-08-22T22:42:04-07:00",
    "show": 24649,
    "show_uri": "https://api.kexp.org/v2/shows/24649/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51i8-P5KmkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51i8-P5KmkL._SL75_.jpg",
    "song": "Stranded Pearl",
    "track_id": "9d954323-b0c8-49e7-b1e7-60ecf65bf83a",
    "recording_id": null,
    "artist": "Giant Sand",
    "artist_ids": [
        "249eb550-505e-43ef-ac50-e8c605706ff1"
    ],
    "album": "*proVISIONS*",
    "release_id": "673c88fd-0aca-442d-b122-377ce56f23b4",
    "release_group_id": null,
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [
        "1edc2ff4-e80d-4539-8c6a-749474f7db3a"
    ],
    "release_date": "2008-09-02",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}