Information about plays

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

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

{
    "id": 430024,
    "uri": "https://api.kexp.org/v2/plays/430024/?format=api",
    "airdate": "2001-05-31T16:38:34-07:00",
    "show": 7227,
    "show_uri": "https://api.kexp.org/v2/shows/7227/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51SgMdgcyZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51SgMdgcyZL._SL75_.jpg",
    "song": "Take the Time Around",
    "track_id": null,
    "recording_id": null,
    "artist": "The Boo Radleys",
    "artist_ids": [
        "1b5189d8-28fd-4c97-a04a-37c49b1ccfa6"
    ],
    "album": "Giant Steps",
    "release_id": "d2bbd60b-5d52-4de3-bbd5-2a628cc65b3a",
    "release_group_id": null,
    "labels": [
        "Creation Records"
    ],
    "label_ids": [
        "73fc1220-d52c-478c-883c-124c1bf38b95"
    ],
    "release_date": "1993-08-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}