Information about plays

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

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

{
    "id": 429609,
    "uri": "https://api.kexp.org/v2/plays/429609/?format=api",
    "airdate": "2001-05-30T12:55:23-07:00",
    "show": 7220,
    "show_uri": "https://api.kexp.org/v2/shows/7220/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51bdvJw9%2BKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51bdvJw9%2BKL._SL75_.jpg",
    "song": "Napiers",
    "track_id": "516d879c-1444-4df6-b188-779923fe7ef3",
    "recording_id": null,
    "artist": "The Wrens",
    "artist_ids": [
        "492c18bc-ffbe-43b1-a22a-9bb801216b96"
    ],
    "album": "Silver",
    "release_id": "dc42bce3-d76d-4ae1-9390-4e6b8044344c",
    "release_group_id": null,
    "labels": [
        "Grass Records"
    ],
    "label_ids": [
        "6c10b21b-0bc9-4712-9eff-95b87951a719"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}