Information about plays

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

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

{
    "id": 1195758,
    "uri": "https://api.kexp.org/v2/plays/1195758/?format=api",
    "airdate": "2007-02-11T21:26:50-08:00",
    "show": 20962,
    "show_uri": "https://api.kexp.org/v2/shows/20962/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516EBE8HXEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516EBE8HXEL._SL75_.jpg",
    "song": "When I Call a Name",
    "track_id": "9545b80a-798a-45e5-be6e-4a61208862e0",
    "recording_id": null,
    "artist": "Michael Andrews",
    "artist_ids": [
        "ee6e8790-7123-40ab-b7e9-03c4fe6aa08f"
    ],
    "album": "Me and You and Everyone We Know",
    "release_id": "93d369da-0574-4471-a063-c64756163dd7",
    "release_group_id": null,
    "labels": [
        "Sidetrack films"
    ],
    "label_ids": [],
    "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"
}