Information about plays

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

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

{
    "id": 419286,
    "uri": "https://api.kexp.org/v2/plays/419286/?format=api",
    "airdate": "2001-04-29T01:12:51-07:00",
    "show": 7009,
    "show_uri": "https://api.kexp.org/v2/shows/7009/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61gyjXIievL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61gyjXIievL._SL75_.jpg",
    "song": "Look at Them Beans",
    "track_id": "e2a8b3b9-4555-4147-98e3-2a6a8bd5c74c",
    "recording_id": null,
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "Crazy Country",
    "release_id": "ea4c7927-ef44-48d2-9476-d2aed7dbc531",
    "release_group_id": null,
    "labels": [],
    "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"
}