Information about plays

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

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

{
    "id": 1335755,
    "uri": "https://api.kexp.org/v2/plays/1335755/?format=api",
    "airdate": "2008-02-07T10:29:21-08:00",
    "show": 23344,
    "show_uri": "https://api.kexp.org/v2/shows/23344/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41uQ5-FHyzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41uQ5-FHyzL._SL75_.jpg",
    "song": "Gone for Days",
    "track_id": "e4eba0e5-a01c-4a91-852b-8b8a3baf27b5",
    "recording_id": null,
    "artist": "The Bell",
    "artist_ids": [
        "29e013d4-41c2-4db4-8907-6f672acda0c7"
    ],
    "album": "Make Some Quiet",
    "release_id": "043ec7c6-957d-4d87-9020-c2360a3fcf54",
    "release_group_id": null,
    "labels": [
        "Badman Recording Co."
    ],
    "label_ids": [
        "deec54b6-e38c-41cf-87b6-8116c4ea5f9a"
    ],
    "release_date": "2008-01-29",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}