Information about plays

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

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

{
    "id": 1366985,
    "uri": "https://api.kexp.org/v2/plays/1366985/?format=api",
    "airdate": "2008-04-26T21:46:17-07:00",
    "show": 23867,
    "show_uri": "https://api.kexp.org/v2/shows/23867/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/217JZ2NRMXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/217JZ2NRMXL._SL75_.jpg",
    "song": "We Had Love",
    "track_id": "5c55e155-ae63-4851-9fb7-7cae09cdd6ad",
    "recording_id": null,
    "artist": "The Scientists",
    "artist_ids": [
        "b2cd8f3d-7049-4ebf-a5d6-52c08f6a59c0"
    ],
    "album": "Blood Red River 1982-1984",
    "release_id": "9556d165-9244-41d6-a813-d390c8661a4d",
    "release_group_id": null,
    "labels": [
        "SFTRI"
    ],
    "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"
}