Information about plays

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

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

{
    "id": 469066,
    "uri": "https://api.kexp.org/v2/plays/469066/?format=api",
    "airdate": "2001-09-23T09:42:51-07:00",
    "show": 7983,
    "show_uri": "https://api.kexp.org/v2/shows/7983/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513b4sQcr8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513b4sQcr8L._SL75_.jpg",
    "song": "See Me in the Evening",
    "track_id": null,
    "recording_id": null,
    "artist": "Hound Dog Taylor & The Houserockers",
    "artist_ids": [
        "29e24d21-a213-4cfc-8115-54be1c43174e"
    ],
    "album": "Hound Dog Taylor and the Houserockers",
    "release_id": "e0d84f9b-8bcc-4fc1-a159-4fba67dc6b19",
    "release_group_id": null,
    "labels": [
        "Alligator Records"
    ],
    "label_ids": [
        "01fbb759-849a-4cd3-b6aa-991e15cd41c5"
    ],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}