Information about plays

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

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

{
    "id": 419308,
    "uri": "https://api.kexp.org/v2/plays/419308/?format=api",
    "airdate": "2001-04-29T02:50:46-07:00",
    "show": 7009,
    "show_uri": "https://api.kexp.org/v2/shows/7009/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21VVYBM496L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21VVYBM496L._SL75_.jpg",
    "song": "Swallow the Sun",
    "track_id": "f0295f97-2351-4f84-ada4-29da431a64ae",
    "recording_id": null,
    "artist": "Red Harvest",
    "artist_ids": [
        "c6c13941-3581-4042-9bbc-23d191dbf34b"
    ],
    "album": "Cold Dark Matter",
    "release_id": "c4e2669c-a497-4448-a684-2c5aa985c5a8",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}