Information about plays

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

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

{
    "id": 1268901,
    "uri": "https://api.kexp.org/v2/plays/1268901/?format=api",
    "airdate": "2007-08-19T16:26:45-07:00",
    "show": 22215,
    "show_uri": "https://api.kexp.org/v2/shows/22215/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41WHGAGTJJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41WHGAGTJJL._SL75_.jpg",
    "song": "High Come Down",
    "track_id": null,
    "recording_id": null,
    "artist": "Junior Boys",
    "artist_ids": [
        "86a064f9-3ed4-4621-b29d-d05442c6b1ae"
    ],
    "album": "Last Exit",
    "release_id": "66a1302d-2a98-4333-84a3-a2d24c398205",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2004-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}