Information about plays

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

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

{
    "id": 429654,
    "uri": "https://api.kexp.org/v2/plays/429654/?format=api",
    "airdate": "2001-05-30T15:47:08-07:00",
    "show": 7221,
    "show_uri": "https://api.kexp.org/v2/shows/7221/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51u3ZB1wC8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51u3ZB1wC8L._SL75_.jpg",
    "song": "But if You Go",
    "track_id": null,
    "recording_id": null,
    "artist": "MC 900 Foot Jesus",
    "artist_ids": [
        "4666317d-b388-4c7f-9996-163d95c39fe6"
    ],
    "album": "One Step Ahead of the Spider",
    "release_id": "8322aed4-f74a-4961-ac97-7e2cf7548dea",
    "release_group_id": null,
    "labels": [
        "American Recordings"
    ],
    "label_ids": [
        "f5be9cfe-e1af-405c-a074-caeaed6797c0"
    ],
    "release_date": "1994-06-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}