Information about plays

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

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

{
    "id": 1307293,
    "uri": "https://api.kexp.org/v2/plays/1307293/?format=api",
    "airdate": "2007-11-27T05:12:48-08:00",
    "show": 22868,
    "show_uri": "https://api.kexp.org/v2/shows/22868/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61d1faAy7hL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61d1faAy7hL._SL75_.jpg",
    "song": "Childhood Verse",
    "track_id": "d37a6c4f-dd29-4c7c-acdf-f020671c05bc",
    "recording_id": null,
    "artist": "Figurines",
    "artist_ids": [
        "35d8c40f-6c73-447f-9dc0-2e90d2aa38cc"
    ],
    "album": "When the Deer Wore Blue",
    "release_id": "b0f4fa53-13ac-4cb4-9d4f-688ccc4aed1d",
    "release_group_id": null,
    "labels": [
        "Morningside Records"
    ],
    "label_ids": [
        "a36d1fd5-c5a1-4588-ad67-4174b95be59e"
    ],
    "release_date": "2007-07-23",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}