Information about plays

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

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

{
    "id": 1281721,
    "uri": "https://api.kexp.org/v2/plays/1281721/?format=api",
    "airdate": "2007-09-21T04:32:45-07:00",
    "show": 22428,
    "show_uri": "https://api.kexp.org/v2/shows/22428/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51R2Rvf78DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51R2Rvf78DL._SL75_.jpg",
    "song": "Apathy and Excess",
    "track_id": "2648f74d-e2cc-4dfe-ac5c-781ee251c5ca",
    "recording_id": null,
    "artist": "Pseudosix",
    "artist_ids": [
        "4bfbbdc5-758b-488c-ab49-d67bcf3e6fce"
    ],
    "album": "Pseudosix",
    "release_id": "7b526096-f0a7-4d34-a4a3-34a133b39412",
    "release_group_id": null,
    "labels": [
        "Sonic Boom Recordings"
    ],
    "label_ids": [
        "e168761b-c5b2-48de-9285-07ca5d121390"
    ],
    "release_date": "2007-08-28",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}