Information about plays

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

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

{
    "id": 1033504,
    "uri": "https://api.kexp.org/v2/plays/1033504/?format=api",
    "airdate": "2005-12-15T13:18:12-08:00",
    "show": 18170,
    "show_uri": "https://api.kexp.org/v2/shows/18170/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HryuCLbdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HryuCLbdL._SL75_.jpg",
    "song": "Proletariat Blues",
    "track_id": null,
    "recording_id": null,
    "artist": "Blue Scholars",
    "artist_ids": [
        "69cd93fd-1c2b-40f5-ae03-7bf4b4213fd3"
    ],
    "album": "The Long March EP",
    "release_id": "0392562c-1a8a-44d5-8520-73da5881cc7e",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "play_type": "trackplay"
}