Information about plays

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

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

{
    "id": 426823,
    "uri": "https://api.kexp.org/v2/plays/426823/?format=api",
    "airdate": "2001-05-22T07:45:00-07:00",
    "show": 7167,
    "show_uri": "https://api.kexp.org/v2/shows/7167/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51scavbsY6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51scavbsY6L._SL75_.jpg",
    "song": "Sonny Day",
    "track_id": "7f41e52f-7cd1-46c2-94f7-f8e21fd81b1b",
    "recording_id": null,
    "artist": "The Cavedogs",
    "artist_ids": [
        "52a98989-012b-405d-9195-b1b616caf1a4"
    ],
    "album": "Soul Martini",
    "release_id": "a2529a6c-d554-41be-b84f-0c56c5106e0f",
    "release_group_id": null,
    "labels": [
        "Capital"
    ],
    "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"
}