Information about plays

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

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

{
    "id": 1378682,
    "uri": "https://api.kexp.org/v2/plays/1378682/?format=api",
    "airdate": "2008-05-26T05:00:37-07:00",
    "show": 24062,
    "show_uri": "https://api.kexp.org/v2/shows/24062/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51jwWPMJm4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51jwWPMJm4L._SL75_.jpg",
    "song": "Fixed income/What Does Your Soul Like? Pt.2",
    "track_id": null,
    "recording_id": null,
    "artist": "DJ Shadow",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "Live! In Tune and on Time",
    "release_id": "6f3309ee-5d63-4b7c-af24-7916c2207bd0",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2004-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}