Information about plays

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

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

{
    "id": 1305427,
    "uri": "https://api.kexp.org/v2/plays/1305427/?format=api",
    "airdate": "2007-11-22T11:26:41-08:00",
    "show": 22836,
    "show_uri": "https://api.kexp.org/v2/shows/22836/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51mEaLfbgLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51mEaLfbgLL._SL75_.jpg",
    "song": "Down in a Hole",
    "track_id": "2fe39373-17b4-49f9-b7c8-35ea523596fb",
    "recording_id": null,
    "artist": "Ryan Adams & The Cardinals",
    "artist_ids": [
        "5385c403-1c49-4f2f-9b98-7085b5c84371"
    ],
    "album": "Follow the Lights",
    "release_id": "2c8526a1-f372-4657-a504-0011c8ff6995",
    "release_group_id": null,
    "labels": [
        "Lost Highway Records"
    ],
    "label_ids": [
        "5b34c929-fd09-4b57-a8bf-1e8eb0f21c12"
    ],
    "release_date": "2007-10-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}