Information about plays

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

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

{
    "id": 1274700,
    "uri": "https://api.kexp.org/v2/plays/1274700/?format=api",
    "airdate": "2007-09-03T08:25:41-07:00",
    "show": 22313,
    "show_uri": "https://api.kexp.org/v2/shows/22313/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61YrYxzwxML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61YrYxzwxML._SL75_.jpg",
    "song": "I Walked With a Zombie",
    "track_id": null,
    "recording_id": null,
    "artist": "Roky Erickson and The Aliens",
    "artist_ids": [
        "c52efcf0-1867-4b18-ad21-b37a373c14c0"
    ],
    "album": "I Think of Demons",
    "release_id": "2d139fbb-3a7e-4ffd-931d-95395cb31397",
    "release_group_id": null,
    "labels": [
        "Edsel Records"
    ],
    "label_ids": [
        "a4a01f0f-c349-4352-9075-b268f6ef0f48"
    ],
    "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"
}