Information about plays

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

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

{
    "id": 423431,
    "uri": "https://api.kexp.org/v2/plays/423431/?format=api",
    "airdate": "2001-05-11T10:52:30-07:00",
    "show": 7096,
    "show_uri": "https://api.kexp.org/v2/shows/7096/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51sOjngNPfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51sOjngNPfL._SL75_.jpg",
    "song": "Generic America",
    "track_id": "c57d8750-ebb6-490e-8b33-a87754d0c6fb",
    "recording_id": null,
    "artist": "Blue Mountain",
    "artist_ids": [
        "974cccce-9d4a-424e-9225-7e83c121c053"
    ],
    "album": "Homegrown",
    "release_id": "45ccbb67-0261-46b3-87cd-52dfeb8ffacc",
    "release_group_id": null,
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [
        "5899271b-a77a-4081-93a9-0bd05b9b4180"
    ],
    "release_date": "1997-07-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}