Information about plays

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

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

{
    "id": 1270528,
    "uri": "https://api.kexp.org/v2/plays/1270528/?format=api",
    "airdate": "2007-08-23T19:36:50-07:00",
    "show": 22242,
    "show_uri": "https://api.kexp.org/v2/shows/22242/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51rY1tLoD0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51rY1tLoD0L._SL75_.jpg",
    "song": "Hotwired",
    "track_id": "7224fcb6-e5c9-4c6d-bc45-f6005e2d1f61",
    "recording_id": null,
    "artist": "Porter Wagoner",
    "artist_ids": [
        "942123a3-df28-463f-9f6e-202b69b8e253"
    ],
    "album": "Wagonmaster",
    "release_id": "58b56477-7441-4918-8942-a75d01cffcc6",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2007-06-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}