Information about plays

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

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

{
    "id": 1340149,
    "uri": "https://api.kexp.org/v2/plays/1340149/?format=api",
    "airdate": "2008-02-18T04:53:52-08:00",
    "show": 23416,
    "show_uri": "https://api.kexp.org/v2/shows/23416/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51irZ-VagjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51irZ-VagjL._SL75_.jpg",
    "song": "Grave Wisdom",
    "track_id": "661320d8-836d-463d-bd02-a26631973557",
    "recording_id": null,
    "artist": "Skinny Puppy",
    "artist_ids": [
        "5a24bc1a-c093-4a82-84ed-8d7f2da0570d"
    ],
    "album": "Too Dark Park",
    "release_id": "40c03b61-8622-474b-8616-fe7bb2850f29",
    "release_group_id": null,
    "labels": [
        "Nettwerk Europe"
    ],
    "label_ids": [
        "122b56a4-7840-4ef1-a365-677ceac0cb3a"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}