Information about plays

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

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

{
    "id": 429476,
    "uri": "https://api.kexp.org/v2/plays/429476/?format=api",
    "airdate": "2001-05-30T04:08:00-07:00",
    "show": 7218,
    "show_uri": "https://api.kexp.org/v2/shows/7218/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YcK1YeLwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YcK1YeLwL._SL75_.jpg",
    "song": "The Way",
    "track_id": "a98e5696-1fee-4f82-9485-b308f7961bee",
    "recording_id": null,
    "artist": "Fastball",
    "artist_ids": [
        "dc083bd6-41a3-436e-9e0a-28b4dc773820"
    ],
    "album": "All the Pain Money Can Buy",
    "release_id": "58a38efc-17bc-4bab-ba9d-378a9eec5d8b",
    "release_group_id": null,
    "labels": [
        "Hollywood Records"
    ],
    "label_ids": [
        "6bb7c1b2-cb06-4381-9c59-02b1ae4aa96d"
    ],
    "release_date": "1998-03-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}