Information about plays

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

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

{
    "id": 1256971,
    "uri": "https://api.kexp.org/v2/plays/1256971/?format=api",
    "airdate": "2007-07-20T13:52:04-07:00",
    "show": 22011,
    "show_uri": "https://api.kexp.org/v2/shows/22011/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41zpgfmD06L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41zpgfmD06L._SL75_.jpg",
    "song": "Lust in the Movies",
    "track_id": null,
    "recording_id": null,
    "artist": "The Long Blondes",
    "artist_ids": [
        "3efd863f-6a5c-400a-9868-6ef533d51509"
    ],
    "album": "Someone to Drive You Home",
    "release_id": "1651fa13-ae78-4879-86e5-760e20268adc",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2006-11-06",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}