Information about plays

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

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

{
    "id": 432667,
    "uri": "https://api.kexp.org/v2/plays/432667/?format=api",
    "airdate": "2001-06-08T15:40:00-07:00",
    "show": 7277,
    "show_uri": "https://api.kexp.org/v2/shows/7277/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MgQvKcInL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MgQvKcInL._SL75_.jpg",
    "song": "Diagonal Girl",
    "track_id": "f1e914b8-f8b4-4580-8375-4b8c8a372df4",
    "recording_id": null,
    "artist": "Mint Royale",
    "artist_ids": [
        "2a132687-54b2-4cae-b255-1541affeadb0"
    ],
    "album": "On the Ropes",
    "release_id": "dd9cc392-ac15-4db3-9749-b9a009bfe379",
    "release_group_id": null,
    "labels": [
        "Faith and Hope/MCA"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}