Information about plays

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

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

{
    "id": 535122,
    "uri": "https://api.kexp.org/v2/plays/535122/?format=api",
    "airdate": "2002-04-06T01:06:22-08:00",
    "show": 9270,
    "show_uri": "https://api.kexp.org/v2/shows/9270/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Qy-CGGK6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Qy-CGGK6L._SL75_.jpg",
    "song": "Sticky Trumpets",
    "track_id": "a05285b7-f432-45d5-8923-84a2352ef9b3",
    "recording_id": null,
    "artist": "Hawke",
    "artist_ids": [
        "65c070d7-18ad-4c41-bacc-db67f395b687"
    ],
    "album": "Heatstroke",
    "release_id": "507f4a01-7602-4276-9540-63ba79a988ed",
    "release_group_id": null,
    "labels": [
        "Six Degrees"
    ],
    "label_ids": [
        "da042cc3-7c5c-4edb-bd47-bb63d1cd5910"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}