Information about plays

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

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

{
    "id": 1265496,
    "uri": "https://api.kexp.org/v2/plays/1265496/?format=api",
    "airdate": "2007-08-10T23:01:53-07:00",
    "show": 22156,
    "show_uri": "https://api.kexp.org/v2/shows/22156/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41YD6H903WL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41YD6H903WL._SL75_.jpg",
    "song": "Body and Soul",
    "track_id": null,
    "recording_id": null,
    "artist": "Love and Rockets",
    "artist_ids": [
        "8cb3aa4a-3b4c-48b8-be0a-e57010fc1430"
    ],
    "album": "Hot Trip to Heaven",
    "release_id": "be1d2625-a3ac-492a-b323-15c45b01f491",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}