Information about plays

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

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

{
    "id": 1356374,
    "uri": "https://api.kexp.org/v2/plays/1356374/?format=api",
    "airdate": "2008-03-31T03:18:08-07:00",
    "show": 23690,
    "show_uri": "https://api.kexp.org/v2/shows/23690/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416BDZBY6RL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416BDZBY6RL._SL75_.jpg",
    "song": "Dear Abby",
    "track_id": "a2f66380-68b7-45f3-9624-92ecea80330d",
    "recording_id": null,
    "artist": "John Prine",
    "artist_ids": [
        "e86492c1-0376-4df0-8042-8ba058c83960"
    ],
    "album": "Sweet Revenge",
    "release_id": "8e922160-6663-408a-b76b-f7383554eb67",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}