Information about plays

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

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

{
    "id": 1294355,
    "uri": "https://api.kexp.org/v2/plays/1294355/?format=api",
    "airdate": "2007-10-23T17:25:11-07:00",
    "show": 22645,
    "show_uri": "https://api.kexp.org/v2/shows/22645/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61qpLsCwzTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61qpLsCwzTL._SL75_.jpg",
    "song": "Anti-Anti",
    "track_id": "1081c7db-d2d6-417f-899d-1b72e72305ea",
    "recording_id": null,
    "artist": "Snowden",
    "artist_ids": [
        "9b49456e-839f-4118-a4b4-55170a2a8e1f"
    ],
    "album": "Anti-Anti",
    "release_id": "962cc65f-b464-4206-ac2e-af47abc31959",
    "release_group_id": null,
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [
        "d2fb9149-cca0-48f8-81fc-e6b69b4dbd5b"
    ],
    "release_date": "2006-08-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}