Information about plays

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

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

{
    "id": 535890,
    "uri": "https://api.kexp.org/v2/plays/535890/?format=api",
    "airdate": "2002-04-08T12:11:10-07:00",
    "show": 9288,
    "show_uri": "https://api.kexp.org/v2/shows/9288/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418S88XZTSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418S88XZTSL._SL75_.jpg",
    "song": "Mean Flower",
    "track_id": "ee9edf21-989a-486b-9786-cbe227971c6a",
    "recording_id": null,
    "artist": "Joe Henry",
    "artist_ids": [
        "7ea95bc8-7c97-4b8c-baf5-f3720bc94b40"
    ],
    "album": "Scar",
    "release_id": "3ea1f107-3ad8-42c5-9598-f77e3c794403",
    "release_group_id": null,
    "labels": [
        "Mammoth Records"
    ],
    "label_ids": [
        "fff50bfe-ecdb-4d2c-882d-a86190d9dd55"
    ],
    "release_date": "2001-05-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}