Information about plays

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

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

{
    "id": 1281708,
    "uri": "https://api.kexp.org/v2/plays/1281708/?format=api",
    "airdate": "2007-09-21T03:54:04-07:00",
    "show": 22428,
    "show_uri": "https://api.kexp.org/v2/shows/22428/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Qv4cj11yL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Qv4cj11yL._SL75_.jpg",
    "song": "Let's Go (feat. MF DOOM)",
    "track_id": "92973009-3f2a-497f-b9ad-c2f0d7152775",
    "recording_id": null,
    "artist": "Shape of Broad Minds",
    "artist_ids": [
        "43528363-41f7-49c3-990c-b2dd166898ce"
    ],
    "album": "Craft of the Lost Art",
    "release_id": "4eb56cea-ca17-4f14-bf98-cfdef3947c7f",
    "release_group_id": null,
    "labels": [
        "Lex Records"
    ],
    "label_ids": [
        "07c88952-2b68-4610-8736-1ca8f977c204"
    ],
    "release_date": "2007-08-27",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}