Information about plays

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

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

{
    "id": 445575,
    "uri": "https://api.kexp.org/v2/plays/445575/?format=api",
    "airdate": "2001-07-16T11:18:45-07:00",
    "show": 7525,
    "show_uri": "https://api.kexp.org/v2/shows/7525/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/212TM31T4AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/212TM31T4AL._SL75_.jpg",
    "song": "Blood On The Mountain",
    "track_id": "082acce2-e6c6-4aa2-866b-adbc39e36bf4",
    "recording_id": null,
    "artist": "Star Pimp",
    "artist_ids": [
        "c286d41d-8b0f-428c-a0dc-845c4ad90ea9"
    ],
    "album": "Docudrama",
    "release_id": "eb075c17-e4ae-404f-8a93-f26573c6be61",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}