Information about plays

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

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

{
    "id": 1263701,
    "uri": "https://api.kexp.org/v2/plays/1263701/?format=api",
    "airdate": "2007-08-06T16:15:11-07:00",
    "show": 22130,
    "show_uri": "https://api.kexp.org/v2/shows/22130/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WZ9GGJ4DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WZ9GGJ4DL._SL75_.jpg",
    "song": "A Walk in the Dark / Reprise",
    "track_id": null,
    "recording_id": null,
    "artist": "Whitey",
    "artist_ids": [
        "007a084b-f435-4d78-be2a-3f9dd552ebc9"
    ],
    "album": "The Light at the End of the Tunnel is a Train",
    "release_id": "8212768e-5bfc-4536-9f2f-e2dda7e8535c",
    "release_group_id": null,
    "labels": [
        "1234 Records"
    ],
    "label_ids": [
        "8e86ee90-6c30-4484-bf7f-8585cc4bf760"
    ],
    "release_date": "2005-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}