Information about plays

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

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

{
    "id": 415316,
    "uri": "https://api.kexp.org/v2/plays/415316/?format=api",
    "airdate": "2001-04-16T12:49:24-07:00",
    "show": 6929,
    "show_uri": "https://api.kexp.org/v2/shows/6929/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61zuOvF%2BlkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61zuOvF%2BlkL._SL75_.jpg",
    "song": "The Unrepentant",
    "track_id": "928f71ab-98a5-4b62-8c98-cde2a9e8b07a",
    "recording_id": null,
    "artist": "Steve Earle",
    "artist_ids": [
        "ec863030-7c13-45a3-a025-a69195d3a020"
    ],
    "album": "I Feel Alright",
    "release_id": "3b0f8257-2a85-42bb-aaef-f796a61aaf59",
    "release_group_id": null,
    "labels": [
        "E-Squared"
    ],
    "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"
}