Information about plays

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

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

{
    "id": 535242,
    "uri": "https://api.kexp.org/v2/plays/535242/?format=api",
    "airdate": "2002-04-06T11:05:00-08:00",
    "show": 9272,
    "show_uri": "https://api.kexp.org/v2/shows/9272/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51fQcqu514L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51fQcqu514L._SL75_.jpg",
    "song": "Ready or Not",
    "track_id": "36aa0069-6c88-423d-942e-0849599182d9",
    "recording_id": null,
    "artist": "Morgan Heritage",
    "artist_ids": [
        "215224bc-04a4-4f67-8059-64535a6643cb"
    ],
    "album": "More Teachings...",
    "release_id": "01b60163-fe24-4b22-8150-d0105bac5d4a",
    "release_group_id": null,
    "labels": [
        "VP"
    ],
    "label_ids": [],
    "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"
}