Information about plays

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

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

{
    "id": 532529,
    "uri": "https://api.kexp.org/v2/plays/532529/?format=api",
    "airdate": "2002-03-29T11:44:09-08:00",
    "show": 9218,
    "show_uri": "https://api.kexp.org/v2/shows/9218/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41MA9JSJKDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41MA9JSJKDL._SL75_.jpg",
    "song": "Ghost Train",
    "track_id": "3e6fd29b-59dd-4a13-88cb-f08ad2e431c7",
    "recording_id": null,
    "artist": "Gorillaz",
    "artist_ids": [
        "e21857d5-3256-4547-afb3-4b6ded592596"
    ],
    "album": "G Sides",
    "release_id": "c745f123-b5c5-4e2c-944f-b3ffd8aa3393",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2002-02-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}