Information about plays

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

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

{
    "id": 415256,
    "uri": "https://api.kexp.org/v2/plays/415256/?format=api",
    "airdate": "2001-04-16T09:36:40-07:00",
    "show": 6928,
    "show_uri": "https://api.kexp.org/v2/shows/6928/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61hAFIn0UgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61hAFIn0UgL._SL75_.jpg",
    "song": "Hit the Grass Running",
    "track_id": "b26eef5b-f4da-46d6-8172-07afbbbccfed",
    "recording_id": null,
    "artist": "Brave Irene",
    "artist_ids": [
        "3111c2f5-b184-4b71-9797-fa0238ea2189"
    ],
    "album": "Brave Irene",
    "release_id": "dabbbf2b-1bf0-414a-a045-90aa800c3b07",
    "release_group_id": null,
    "labels": [
        "Slumberland Records"
    ],
    "label_ids": [
        "5bf0ffc7-898d-43f0-a072-b072506fe617"
    ],
    "release_date": "2011-03-15",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}