Information about plays

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

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

{
    "id": 420433,
    "uri": "https://api.kexp.org/v2/plays/420433/?format=api",
    "airdate": "2001-05-02T11:22:30-07:00",
    "show": 7035,
    "show_uri": "https://api.kexp.org/v2/shows/7035/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ExKKGSxaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ExKKGSxaL._SL75_.jpg",
    "song": "Make It on My Own",
    "track_id": "660bee0a-7109-41c7-abc6-9b8b72e7fccb",
    "recording_id": null,
    "artist": "The Murder City Devils",
    "artist_ids": [
        "32705a3c-54cf-4e48-a3ab-2801157a09dc"
    ],
    "album": "The Murder City Devils",
    "release_id": "88980730-530a-494a-af9d-76c8f7d332bb",
    "release_group_id": null,
    "labels": [
        "Die Young"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}