Information about plays

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

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

{
    "id": 421666,
    "uri": "https://api.kexp.org/v2/plays/421666/?format=api",
    "airdate": "2001-05-06T05:34:17-07:00",
    "show": 7061,
    "show_uri": "https://api.kexp.org/v2/shows/7061/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BM8R30CKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BM8R30CKL._SL75_.jpg",
    "song": "Hobo Blues",
    "track_id": "1509446c-e41c-428e-97d2-788bbadb1a30",
    "recording_id": null,
    "artist": "Lonesome River Band",
    "artist_ids": [
        "1d281e8f-a774-4330-82d6-81fcc880d1cd"
    ],
    "album": "Freight Train Blues, Classic Railroad Songs, Volume 4",
    "release_id": "5ffd0f8b-8dd1-4969-9e76-a47ec82c6399",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2000-06-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}