Information about plays

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

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

{
    "id": 1343558,
    "uri": "https://api.kexp.org/v2/plays/1343558/?format=api",
    "airdate": "2008-02-27T17:00:00-08:00",
    "show": 23477,
    "show_uri": "https://api.kexp.org/v2/shows/23477/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51GkgqCAs0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51GkgqCAs0L._SL75_.jpg",
    "song": "Jesus Built My Hotrod",
    "track_id": null,
    "recording_id": null,
    "artist": "Ministry",
    "artist_ids": [
        "13df2a46-f72f-40e7-aa63-26fcf62c7048"
    ],
    "album": "ΚΕΦΑΛΗΞΘ",
    "release_id": "6ff3abf5-4e80-41d7-a0d3-f418608a8b83",
    "release_group_id": null,
    "labels": [
        "Warner Music Japan"
    ],
    "label_ids": [
        "26ea8229-7cf7-4482-8dae-15589ceb5398"
    ],
    "release_date": "1992-07-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}