Information about plays

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

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

{
    "id": 476112,
    "uri": "https://api.kexp.org/v2/plays/476112/?format=api",
    "airdate": "2001-10-13T22:18:27-07:00",
    "show": 8115,
    "show_uri": "https://api.kexp.org/v2/shows/8115/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41CDN8RPBAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41CDN8RPBAL._SL75_.jpg",
    "song": "Caves, Tunnels (Johnny Fiasco remix)",
    "track_id": "93394f59-b755-496c-b809-c36dfb1ce06f",
    "recording_id": null,
    "artist": "Rithma",
    "artist_ids": [
        "88c7bc11-a2a7-4acc-8bad-cbe3e693b41f"
    ],
    "album": "The 4 A.M. Sound of Tech House",
    "release_id": "1499e5b5-bc89-476a-8fea-51d64655d30f",
    "release_group_id": null,
    "labels": [
        "TERRAFORM"
    ],
    "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"
}