Information about plays

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

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

{
    "id": 1307339,
    "uri": "https://api.kexp.org/v2/plays/1307339/?format=api",
    "airdate": "2007-11-27T08:16:07-08:00",
    "show": 22869,
    "show_uri": "https://api.kexp.org/v2/shows/22869/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51STLqJcyeL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51STLqJcyeL._SL75_.jpg",
    "song": "Hey, That's No Way to Say Goodbye",
    "track_id": null,
    "recording_id": null,
    "artist": "Leonard Cohen",
    "artist_ids": [
        "65314b12-0e08-43fa-ba33-baaa7b874c15"
    ],
    "album": "The Essential Leonard Cohen",
    "release_id": "ffcf8508-1589-4f4f-ad6e-a55d530730be",
    "release_group_id": null,
    "labels": [
        "Sony Classical"
    ],
    "label_ids": [
        "10920823-9ed8-45d9-adb3-69fc22475ab0"
    ],
    "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"
}