Information about plays

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

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

{
    "id": 1233400,
    "uri": "https://api.kexp.org/v2/plays/1233400/?format=api",
    "airdate": "2007-05-20T09:06:00-07:00",
    "show": 21607,
    "show_uri": "https://api.kexp.org/v2/shows/21607/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51X3gKtZ6ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51X3gKtZ6ZL._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": "Natural Boogie",
    "release_id": "bb307b9d-45f9-464c-bdb6-e5495ae54235",
    "release_group_id": null,
    "labels": [
        "Alligator Records"
    ],
    "label_ids": [
        "01fbb759-849a-4cd3-b6aa-991e15cd41c5"
    ],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}