Information about plays

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

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

{
    "id": 494383,
    "uri": "https://api.kexp.org/v2/plays/494383/?format=api",
    "airdate": "2001-12-07T16:00:00-08:00",
    "show": 8476,
    "show_uri": "https://api.kexp.org/v2/shows/8476/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31H98PE546L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31H98PE546L._SL75_.jpg",
    "song": "N.I.T.A.",
    "track_id": "4392af9e-ef87-423a-97c1-520d5145efe6",
    "recording_id": null,
    "artist": "Young Marble Giants",
    "artist_ids": [
        "3d113367-769f-4200-9ff8-e19d47def451"
    ],
    "album": "Colossal Youth",
    "release_id": "40a1c080-c3b5-4284-9b83-baba05bf5a35",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}