Information about plays

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

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

{
    "id": 427723,
    "uri": "https://api.kexp.org/v2/plays/427723/?format=api",
    "airdate": "2001-05-24T19:54:17-07:00",
    "show": 7183,
    "show_uri": "https://api.kexp.org/v2/shows/7183/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HEVFC0RVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HEVFC0RVL._SL75_.jpg",
    "song": "Look What Followed Me Home",
    "track_id": "90ffb52f-0b51-452d-bee5-3e2e8b83cd20",
    "recording_id": null,
    "artist": "David Ball",
    "artist_ids": [
        "a0e567d7-0438-49c2-98af-c38f3ea50662"
    ],
    "album": "Thinkin' Problem",
    "release_id": "9f5e86a0-9445-4c8e-851e-9f612b1b7978",
    "release_group_id": null,
    "labels": [
        "Warner Bros"
    ],
    "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"
}