Information about plays

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

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

{
    "id": 415569,
    "uri": "https://api.kexp.org/v2/plays/415569/?format=api",
    "airdate": "2001-04-17T04:07:30-07:00",
    "show": 6934,
    "show_uri": "https://api.kexp.org/v2/shows/6934/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61XKw%2BGn%2BaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61XKw%2BGn%2BaL._SL75_.jpg",
    "song": "Eraser",
    "track_id": "0ec126f3-a608-46dc-9210-90ad42fc1ee6",
    "recording_id": null,
    "artist": "Nine Inch Nails",
    "artist_ids": [
        "b7ffd2af-418f-4be2-bdd1-22f8b48613da"
    ],
    "album": "The Downward Spiral",
    "release_id": "c2186639-2db4-4129-8927-39b86d5fb57a",
    "release_group_id": null,
    "labels": [
        "nothing/Interscope/TVT/Atlantic ??"
    ],
    "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"
}